Home
last modified time | relevance | path

Searched refs:CreateInputMemory (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.cpp808 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
834 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
860 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
884 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
911 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
961 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp808 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
834 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
860 OH_NN_ReturnCode ret = executorTest.CreateInputMemory(m_index, length, memory);
884 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
911 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
961 EXPECT_EQ(OH_NN_SUCCESS, executorTest.CreateInputMemory(m_index, length, memory));
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp113 OH_NN_ReturnCode ret = executorImpl->CreateInputMemory(inputIndex, length, &nnMemory); in OH_NNExecutor_AllocateInputMemory()
H A Dnnexecutor.h69 OH_NN_ReturnCode CreateInputMemory(uint32_t index, size_t length, OH_NN_Memory** memory);
H A Dnnexecutor.cpp841 OH_NN_ReturnCode NNExecutor::CreateInputMemory(uint32_t index, size_t length, OH_NN_Memory** memory) in CreateInputMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp175 OH_NN_ReturnCode retinput = nnExecutor->CreateInputMemory(m_index, length, memory);
1593 OH_NN_ReturnCode ret = nnExecutor->CreateInputMemory(m_index, length, memory);
1626 OH_NN_ReturnCode ret = nnExecutor->CreateInputMemory(m_index, length, memory);
1671 OH_NN_ReturnCode ret = nnExecutor->CreateInputMemory(m_index, length, memory);
1718 OH_NN_ReturnCode ret = nnExecutor->CreateInputMemory(m_index, length, memory);
1748 nnExecutor->CreateInputMemory(m_index, length, memory);
1782 nnExecutor->CreateInputMemory(m_index, length, memory);
1826 nnExecutor->CreateInputMemory(m_index, length, memory);