Searched refs:iInputTensors (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_prepared_model_v1_0.cpp | 213 std::vector<V1_0::IOTensor> iInputTensors; in Run() local 220 iInputTensors.emplace_back(iTensor); in Run() 233 …auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims, isOutputBufferEnoug… in Run() 247 std::vector<V1_0::IOTensor> iInputTensors; in Run() local 258 iInputTensors.emplace_back(iTensor); in Run() 275 …auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims, isOutputBufferEnoug… in Run()
|
H A D | hdi_prepared_model_v2_0.cpp | 213 std::vector<V2_0::IOTensor> iInputTensors; in Run() local 220 iInputTensors.emplace_back(iTensor); in Run() 233 auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims); in Run() 250 std::vector<V2_0::IOTensor> iInputTensors; in Run() local 261 iInputTensors.emplace_back(iTensor); in Run() 278 auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims); in Run()
|
H A D | hdi_prepared_model_v2_1.cpp | 213 std::vector<V2_1::IOTensor> iInputTensors; in Run() local 220 iInputTensors.emplace_back(iTensor); in Run() 233 auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims); in Run() 250 std::vector<V2_1::IOTensor> iInputTensors; in Run() local 261 iInputTensors.emplace_back(iTensor); in Run() 278 auto ret = m_hdiPreparedModel->Run(iInputTensors, iOutputTensors, outputsDims); in Run()
|