mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_execution_provider.cc
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
This commit is contained in:
parent
de5e58c077
commit
a8ed956fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ NnapiExecutionProvider::GetCapability(const onnxruntime::GraphViewer& graph_view
|
|||
return ORT_NNAPI_MAX_SUPPORTED_API_LEVEL;
|
||||
#endif
|
||||
}();
|
||||
LOGS_DEFAULT(VERBOSE) << "Finding Android API level: " << android_feature_level;
|
||||
LOGS_DEFAULT(VERBOSE) << "Effective NNAPI feature level: " << android_feature_level;
|
||||
|
||||
const nnapi::OpSupportCheckParams params{
|
||||
android_feature_level,
|
||||
|
|
|
|||
Loading…
Reference in a new issue