Home
last modified time | relevance | path

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 Dneural_network_runtime_compat.cpp160 OH_NN_ReturnCode ret = executorImpl->DestroyInputMemory(inputIndex, memory); in OH_NNExecutor_DestroyInputMemory()
H A Dnnexecutor.h71 OH_NN_ReturnCode DestroyInputMemory(uint32_t index, OH_NN_Memory** memory);
H A Dnnexecutor.cpp873 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 Dexecutor_test.cpp885 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 Dexecutor_test.cpp885 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 Dnn_executor_test.cpp1749 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);