Home
last modified time | relevance | path

Searched defs:MakeOutputTensors (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnUtils/
H A DTensorIOUtils.hpp56 inline armnn::OutputTensors MakeOutputTensors(const std::vector<armnn::BindingPointInfo>& outputBin… in MakeOutputTensors() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor.cpp302 std::vector<LazyTensorPtr> LazyTensor::MakeOutputTensors(NodePtr node) const { in MakeOutputTensors() function in torch::lazy::LazyTensor
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DTfLiteYoloV3Big-Armnn.cpp75 inline armnn::OutputTensors MakeOutputTensors( in MakeOutputTensors() function
/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp799 armnn::OutputTensors MakeOutputTensors(std::vector<TContainer>& outputDataContainers) in MakeOutputTensors() function in InferenceModel