Searched refs:DestroyOutputMemory (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime_compat.cpp | 185 OH_NN_ReturnCode ret = executorImpl->DestroyOutputMemory(outputIndex, memory); in OH_NNExecutor_DestroyOutputMemory()
|
H A D | nnexecutor.h | 72 OH_NN_ReturnCode DestroyOutputMemory(uint32_t index, OH_NN_Memory** memory);
|
H A D | nnexecutor.cpp | 938 OH_NN_ReturnCode NNExecutor::DestroyOutputMemory(uint32_t index, OH_NN_Memory** memory) in DestroyOutputMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/ |
H A D | executor_test.cpp | 1072 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, memory); 1099 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(testIndex, memory); 1123 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, memory); 1156 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, expectMemory);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/ |
H A D | executor_test.cpp | 1072 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, memory); 1099 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(testIndex, memory); 1123 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, memory); 1156 OH_NN_ReturnCode ret = executorTest.DestroyOutputMemory(m_index, expectMemory);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 2013 OH_NN_ReturnCode ret = nnExecutor->DestroyOutputMemory(m_index, memory); 2047 OH_NN_ReturnCode ret = nnExecutor->DestroyOutputMemory(m_index, memory); 2091 OH_NN_ReturnCode ret = nnExecutor->DestroyOutputMemory(m_index, memory);
|