From 8db28d9139050654701b7ce2eaf36c633df2cd6a Mon Sep 17 00:00:00 2001 From: JiCheng Date: Tue, 14 Mar 2023 09:04:19 +0800 Subject: [PATCH] Update onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com> --- .../core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h b/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h index 268d953df9..0f8a22a208 100644 --- a/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h +++ b/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.h @@ -55,7 +55,7 @@ constexpr const char* const kNnapiCpuDeviceName = "nnapi-reference"; int32_t GetNNAPIEffectiveFeatureLevel(const NnApi& nnapi_handle, gsl::span 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,