Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.h65 virtual OH_NN_ReturnCode SetInputFromMemory(uint32_t index,
H A Dnnrt_test.cpp151 OH_NN_ReturnCode NNRtTest::SetInputFromMemory(uint32_t index, in SetInputFromMemory() function in OHOS::NeuralNetworkRuntime::SystemTest::NNRtTest
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp271 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetInputFromMemory(m_index, tensor, memory));
348 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
370 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
398 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
419 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
440 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp271 EXPECT_EQ(OH_NN_SUCCESS, executorTest.SetInputFromMemory(m_index, tensor, memory));
348 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
370 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
398 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
419 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
440 OH_NN_ReturnCode ret = executorTest.SetInputFromMemory(m_index, tensor, memory);
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp215SetInputFromMemory(0, {3, 2, 2}, (void*)firstAddendValue.data(), ADDEND_DATA_LENGTH, &firstAddendM…
221SetInputFromMemory(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENGTH, &secondAdden…
476SetInputFromMemory(1, {3, 2, 2}, (void*)secondAddendValue.data(), ADDEND_DATA_LENGTH, &secondAdden…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp211 return executorImpl->SetInputFromMemory(inputIndex, *tensor, *memory); in OH_NNExecutor_SetInputWithMemory()
H A Dnnexecutor.h65 …OH_NN_ReturnCode SetInputFromMemory(uint32_t index, const OH_NN_Tensor& nnTensor, const OH_NN_Memo…
H A Dnnexecutor.cpp643 OH_NN_ReturnCode NNExecutor::SetInputFromMemory( in SetInputFromMemory() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp1318 OH_NN_ReturnCode ret = nnExecutor->SetInputFromMemory(m_index, tensor, memory);
1351 OH_NN_ReturnCode ret = nnExecutor->SetInputFromMemory(m_index, tensor, memory);
1391 OH_NN_ReturnCode ret = nnExecutor->SetInputFromMemory(m_index, tensor, memory);