Home
last modified time | relevance | path

Searched defs:tensor_list_c (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dtensor_util.cc121 TensorListC *tensor_list_c = output->ConvertToTensorListC(); in GenerateOutTensorC() local
143 TensorListC *tensor_list_c = tensor_list->ConvertToTensorListC(); in GenerateInTensorC() local
582 TensorList *MallocTensorListDataAccordingToTensorListC(Tensor *tensor, TensorListC *tensor_list_c) { in MallocTensorListDataAccordingToTensorListC()
760 TensorList *MallocTensorListDataAccordingToTensorListC(Tensor *tensor, TensorListC *tensor_list_c) { in MallocTensorListDataAccordingToTensorListC()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dinfer_manager.cc224 auto *tensor_list_c = reinterpret_cast<TensorListC *>(out_tensors.at(i)); in KernelInferShape() local