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 D | executor_test.cpp | 808 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 D | executor_test.cpp | 808 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 D | neural_network_runtime_compat.cpp | 113 OH_NN_ReturnCode ret = executorImpl->CreateInputMemory(inputIndex, length, &nnMemory); in OH_NNExecutor_AllocateInputMemory()
|
H A D | nnexecutor.h | 69 OH_NN_ReturnCode CreateInputMemory(uint32_t index, size_t length, OH_NN_Memory** memory);
|
H A D | nnexecutor.cpp | 841 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 D | nn_executor_test.cpp | 175 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);
|