mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Update onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.cc
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
This commit is contained in:
parent
dad772ef09
commit
cd3173d531
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static int32_t GetNNAPIRuntimeFeatureLevel(const NnApi& nnapi_handle) {
|
|||
* @param nnapi_handle nnapi-lib handle.
|
||||
* @param `devices` target devices users want to use.
|
||||
*
|
||||
* @return The max feature level support by a branch of devices.
|
||||
* @return The max feature level across all devices or the runtime feature level if no devices are specified.
|
||||
*
|
||||
*/
|
||||
static int32_t GetDeviceFeatureLevelInternal(const NnApi& nnapi_handle, gsl::span<const DeviceWrapper> devices) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue