Home
last modified time | relevance | path

Searched refs:SetOutputFromMemory (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h70 …virtual OH_NN_ReturnCode SetOutputFromMemory(uint32_t index, size_t length, OH_NN_Memory** pMemory…
H A Dnnrt_test.cpp194 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 Dexecutor_test.cpp537 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 Dexecutor_test.cpp537 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 Dneural_network_runtime_compat.cpp227 return executorImpl->SetOutputFromMemory(outputIndex, *memory); in OH_NNExecutor_SetOutputWithMemory()
H A Dnnexecutor.h67 OH_NN_ReturnCode SetOutputFromMemory(uint32_t index, const OH_NN_Memory& memory);
H A Dnnexecutor.cpp793 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 Dend_to_end_test.cpp225 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 Dnn_executor_test.cpp1502 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);