Home
last modified time | relevance | path

Searched refs:setOutputMempry_ret (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp1590 OH_NN_ReturnCode setOutputMempry_ret = OH_NNExecutor_SetOutputWithMemory(executor, PARAM_0, outputMemory); in OHNNExecutorSetOutputWithMemoryOne() local
1591 NAPI_ASSERT(env, setOutputMempry_ret == OH_NN_SUCCESS, "OH_NNExecutor_SetOutputWithMemory Error"); in OHNNExecutorSetOutputWithMemoryOne()
1606 OH_NN_ReturnCode setOutputMempry_ret = OH_NNExecutor_SetOutputWithMemory(nullptr, 0, nullptr); in OHNNExecutorSetOutputWithMemoryTwo() local
1607 if (setOutputMempry_ret == OH_NN_INVALID_PARAMETER) { in OHNNExecutorSetOutputWithMemoryTwo()

Completed in 4 milliseconds