Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/common/
Dtensor_util.cc176 auto *tensor_list_c = reinterpret_cast<TensorListC *>(malloc(sizeof(TensorListC))); in GenerateOutTensorC() local
201 auto *tensor_list_c = reinterpret_cast<TensorListC *>(malloc(sizeof(TensorListC))); in GenerateInTensorC() local
/third_party/mindspore/mindspore/lite/src/runtime/
Dinfer_manager.cc164 auto *tensor_list_c = reinterpret_cast<TensorListC *>(out_tensors.at(i)); in KernelInferShape() local