Skip to content

[Android] support flexible format#660

Merged
myungjoo merged 2 commits intonnstreamer:mainfrom
jaeyun-jung:android-flex-data
Nov 12, 2025
Merged

[Android] support flexible format#660
myungjoo merged 2 commits intonnstreamer:mainfrom
jaeyun-jung:android-flex-data

Conversation

@jaeyun-jung
Copy link
Collaborator

Add enum for data format and support flexible tensor.

Add enum for data format and support flexible tensor.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Add testcase for async invoke with flexible tensor using llama.cpp.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Comment on lines +1075 to +1077
} catch (Exception e) {
fail();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about printing the error log?

} catch (Exception e) {
    fail("Async invoke test failed: " + e.getMessage());
}

Copy link
Contributor

@songgot songgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@myungjoo myungjoo merged commit b80c7f5 into nnstreamer:main Nov 12, 2025
11 checks passed
@jaeyun-jung jaeyun-jung deleted the android-flex-data branch November 12, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants