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
a8ed956fa7
commit
d490908836
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ NnapiExecutionProvider::NnapiExecutionProvider(uint32_t nnapi_flags,
|
|||
// May we could just mark it as unavailable instead of throwing an error
|
||||
ORT_THROW_IF_ERROR(GetTargetDevices(*nnapi_handle_, target_device_option_, nnapi_target_devices_));
|
||||
|
||||
LOGS_DEFAULT(VERBOSE) << "finding devices [" << nnapi::GetDeviceDescription(nnapi_target_devices_) << "] in NNAPI";
|
||||
LOGS_DEFAULT(VERBOSE) << "Found devices [" << nnapi::GetDeviceDescription(nnapi_target_devices_) << "] in NNAPI";
|
||||
}
|
||||
|
||||
NnapiExecutionProvider::~NnapiExecutionProvider() {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue