Home
last modified time | relevance | path

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 Dexecutor_test.cpp994 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 Dexecutor_test.cpp994 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 Dneural_network_runtime_compat.cpp135 OH_NN_ReturnCode ret = executorImpl->CreateOutputMemory(outputIndex, length, &nnMemory); in OH_NNExecutor_AllocateOutputMemory()
H A Dnnexecutor.h70 OH_NN_ReturnCode CreateOutputMemory(uint32_t index, size_t length, OH_NN_Memory** memory);
H A Dnnexecutor.cpp906 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 Dnn_executor_test.cpp171 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);