mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 05:50:44 +00:00
API Lint 整改 outputcount参数不匹配
Signed-off-by: w30052974 <wangyifan94@huawei.com>
This commit is contained in:
parent
527b02827c
commit
3c1b33e0ca
@ -884,7 +884,7 @@ OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size
|
||||
* {@link OH_NNExecutor_CreateOutputTensorDesc}. \n
|
||||
*
|
||||
* @param executor Pointer to the {@link OH_NNExecutor} instance.
|
||||
* @param OutputCount Output tensor count returned.
|
||||
* @param outputCount Output tensor count returned.
|
||||
* @return Execution result of the function. If the operation is successful, <b>OH_NN_SUCCESS</b> is returned.
|
||||
* If the operation fails, an error code is returned.
|
||||
* For details about the error codes, see {@link OH_NN_ReturnCode}.
|
||||
|
Loading…
Reference in New Issue
Block a user