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:
JiCheng 2023-03-09 12:57:03 +08:00 committed by JiCheng
parent de5e58c077
commit a8ed956fa7

View file

@ -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,