Searched refs:CreateOutputMemory (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/ |
H A D | executor_test.cpp | 994 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1020 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1046 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1071 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory)); 1098 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory)); 1148 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/ |
H A D | executor_test.cpp | 994 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1020 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1046 OH_NN_ReturnCode ret = executorTest.CreateOutputMemory(m_index, length, memory); 1071 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory)); 1098 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory)); 1148 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateOutputMemory(m_index, length, memory));
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime_compat.cpp | 135 OH_NN_ReturnCode ret = executorImpl->CreateOutputMemory(outputIndex, length, &nnMemory); in OH_NNExecutor_AllocateOutputMemory()
|
H A D | nnexecutor.h | 70 OH_NN_ReturnCode CreateOutputMemory(uint32_t index, size_t length, OH_NN_Memory** memory);
|
H A D | nnexecutor.cpp | 906 OH_NN_ReturnCode NNExecutor::CreateOutputMemory(uint32_t index, size_t length, OH_NN_Memory** memor… in CreateOutputMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 171 OH_NN_ReturnCode retOutput = nnExecutor->CreateOutputMemory(m_index, length, memory); 1857 OH_NN_ReturnCode ret = nnExecutor->CreateOutputMemory(m_index, length, memory); 1890 OH_NN_ReturnCode ret = nnExecutor->CreateOutputMemory(m_index, length, memory); 1935 OH_NN_ReturnCode ret = nnExecutor->CreateOutputMemory(m_index, length, memory); 1982 OH_NN_ReturnCode ret = nnExecutor->CreateOutputMemory(m_index, length, memory); 2012 nnExecutor->CreateOutputMemory(m_index, length, memory); 2046 nnExecutor->CreateOutputMemory(m_index, length, memory); 2090 nnExecutor->CreateOutputMemory(m_index, length, memory);
|