Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/train/
Dtrain_export.cc157 auto tensorT = std::make_unique<schema::TensorT>(); in CreateTensor() local
240 auto tensorT = std::make_unique<schema::TensorT>(); in CreateTransformTensor() local
266 auto tensorT = std::make_unique<schema::TensorT>(); in CreateTransformConst() local
315 auto tensorT = CreateTransformTensor(it.second); in AddTransformNode() local
410 auto tensorT = CreateTensor(tensor, scTensor); in ExportNet() local
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc82 auto &tensorT = graph->allTensors.at(index); in ConvertTensorList() local
137 auto &tensorT = graph->allTensors.at(index); in ConvertString() local
165 auto &tensorT = graph->allTensors.at(index); in ConvertOtherTensor() local
190 auto &tensorT = graph->allTensors.at(tensor_indexs[i]); in ConvertTensorToLiteTensor() local