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,