Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp975 std::vector<IOTensor> inputIOTensors; in Run() local
980 inputIOTensors.emplace_back(std::move(tensor)); in Run()
991 … ret = m_preparedModel->Run(inputIOTensors, outputIOTensors, outputsDims, isSufficientDataBuffer); in Run()