Home
last modified time | relevance | path

Searched refs:m_index (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp109 m_index = 6;
365 m_index = 6;
460 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
475 m_index = 6;
479 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
497 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
518 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
542 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
626 m_index = 6;
833 m_index = 6;
[all …]
H A Dexecutor_test.h37 uint32_t m_index {0};
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp109 m_index = 6;
365 m_index = 6;
460 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
475 m_index = 6;
479 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
497 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
518 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
542 OH_NN_ReturnCode ret = executorTest.SetOutput(m_index, buffer, length);
626 m_index = 6;
833 m_index = 6;
[all …]
H A Dexecutor_test.h37 uint32_t m_index {0};
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp41 uint32_t m_index {0}; member in OHOS::NeuralNetworkRuntime::UnitTest::NNExecutorTest
1748 nnExecutor->CreateInputMemory(m_index, length, memory);
1782 nnExecutor->CreateInputMemory(m_index, length, memory);
1826 nnExecutor->CreateInputMemory(m_index, length, memory);
2012 nnExecutor->CreateOutputMemory(m_index, length, memory);
2119 nnExecutor->SetInput(m_index, tensor, buffer, length);
2120 nnExecutor->SetOutput(m_index, buffer, length);
2154 nnExecutor->SetInput(m_index, tensor, buffer, length);
2155 nnExecutor->SetOutput(m_index, buffer, length);
2191 nnExecutor->SetInput(m_index, tensor, buffer, length);
[all …]