Searched refs:SetOutputFromMemory (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/ |
H A D | nnrt_test.h | 70 …virtual OH_NN_ReturnCode SetOutputFromMemory(uint32_t index, size_t length, OH_NN_Memory** pMemory…
|
H A D | nnrt_test.cpp | 194 OH_NN_ReturnCode NNRtTest::SetOutputFromMemory(uint32_t index, size_t length, OH_NN_Memory** pMemor… in SetOutputFromMemory() function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/ |
H A D | executor_test.cpp | 537 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetOutputFromMemory(m_index, memory)); 609 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 630 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 648 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 669 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 693 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/ |
H A D | executor_test.cpp | 537 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetOutputFromMemory(m_index, memory)); 609 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 630 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 648 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 669 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory); 693 OH_NN_ReturnCode ret = executorTest.SetOutputFromMemory(m_index, memory);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime_compat.cpp | 227 return executorImpl->SetOutputFromMemory(outputIndex, *memory); in OH_NNExecutor_SetOutputWithMemory()
|
H A D | nnexecutor.h | 67 OH_NN_ReturnCode SetOutputFromMemory(uint32_t index, const OH_NN_Memory& memory);
|
H A D | nnexecutor.cpp | 793 OH_NN_ReturnCode NNExecutor::SetOutputFromMemory(uint32_t index, const OH_NN_Memory& memory) in SetOutputFromMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/ |
H A D | end_to_end_test.cpp | 225 ASSERT_EQ(OH_NN_SUCCESS, SetOutputFromMemory(0, ADDEND_DATA_LENGTH, &outputMemory)); 480 ASSERT_EQ(OH_NN_SUCCESS, SetOutputFromMemory(0, ADDEND_DATA_LENGTH, &outputMemory));
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 1502 OH_NN_ReturnCode ret = nnExecutor->SetOutputFromMemory(m_index, memory); 1530 OH_NN_ReturnCode ret = nnExecutor->SetOutputFromMemory(m_index, memory); 1565 OH_NN_ReturnCode ret = nnExecutor->SetOutputFromMemory(m_index, memory);
|