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:
JiCheng 2023-03-10 08:52:06 +08:00 committed by JiCheng
parent 8aeed1e87d
commit dad772ef09

View file

@ -30,7 +30,7 @@ static int32_t GetNNAPIRuntimeFeatureLevel(const NnApi& nnapi_handle) {
*
* @param nnapi_handle nnapi-lib handle.
* @param device_handles target devices users want to use.
* @param `devices` target devices users want to use.
*
* @return The max feature level support by a branch of devices.
*