Home
last modified time | relevance | path

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 Dneural_network_runtime_compat.cpp185 OH_NN_ReturnCode ret = executorImpl->DestroyOutputMemory(outputIndex, memory); in OH_NNExecutor_DestroyOutputMemory()
H A Dnnexecutor.h72 OH_NN_ReturnCode DestroyOutputMemory(uint32_t index, OH_NN_Memory** memory);
H A Dnnexecutor.cpp938 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 Dexecutor_test.cpp1072 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 Dexecutor_test.cpp1072 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 Dnn_executor_test.cpp2013 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);