mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Update onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
This commit is contained in:
parent
8d00961321
commit
8db28d9139
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ constexpr const char* const kNnapiCpuDeviceName = "nnapi-reference";
|
|||
int32_t GetNNAPIEffectiveFeatureLevel(const NnApi& nnapi_handle, gsl::span<const DeviceWrapper> device_handles);
|
||||
|
||||
/**
|
||||
* Get all hardware accelerators by different deviceoption.
|
||||
* Get all target devices specified by target_device_option.
|
||||
*
|
||||
*/
|
||||
Status GetTargetDevices(const NnApi& nnapi_handle, TargetDeviceOption target_device_option,
|
||||
|
|
|
|||
Loading…
Reference in a new issue