Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/common/
Dtensor_util.h32 int OutputTensor2TensorC(const std::vector<lite::Tensor *> &tensors_in, std::vector<TensorC *> *ten…
Dtensor_util.cc25 int OutputTensor2TensorC(const std::vector<lite::Tensor *> &tensors, std::vector<TensorC *> *tensor… in OutputTensor2TensorC() function
188 return OutputTensor2TensorC(outputs, out_tensor_c); in GenerateOutTensorC()