Searched refs:DestroyInputMemory (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 | 160 OH_NN_ReturnCode ret = executorImpl->DestroyInputMemory(inputIndex, memory); in OH_NNExecutor_DestroyInputMemory()
|
H A D | nnexecutor.h | 71 OH_NN_ReturnCode DestroyInputMemory(uint32_t index, OH_NN_Memory** memory);
|
H A D | nnexecutor.cpp | 873 OH_NN_ReturnCode NNExecutor::DestroyInputMemory(uint32_t index, OH_NN_Memory** memory) in DestroyInputMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/ |
H A D | executor_test.cpp | 885 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, memory); 912 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(testIndex, memory); 936 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, memory); 969 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, expectMemory);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/ |
H A D | executor_test.cpp | 885 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, memory); 912 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(testIndex, memory); 936 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, memory); 969 OH_NN_ReturnCode ret = executorTest.DestroyInputMemory(m_index, expectMemory);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 1749 OH_NN_ReturnCode ret = nnExecutor->DestroyInputMemory(m_index, memory); 1783 OH_NN_ReturnCode ret = nnExecutor->DestroyInputMemory(m_index, memory); 1827 OH_NN_ReturnCode ret = nnExecutor->DestroyInputMemory(m_index, memory);
|