Home
last modified time | relevance | path

Searched defs:tensor1 (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/nnacl/infer/
Dinfer_manager_test.cc33 Tensor *tensor1 = new (std::nothrow) Tensor; in TEST_F() local
107 Tensor *tensor1 = new Tensor; in TEST_F() local
152 Tensor *tensor1 = new (std::nothrow) Tensor; in TEST_F() local
/third_party/mindspore/mindspore/lite/test/ut/src/
Dscheduler_test.cc104 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
265 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
393 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
Dutils_test.cc41 auto tensor1 = std::make_shared<lite::Tensor>(); in TEST_F() local
/third_party/mindspore/mindspore/lite/test/st/
Dmix_data_type_test.cc139 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in ConstructModel() local
Dmultiple_device_test.cc93 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel1() local
197 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel2() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dcse.cc187 auto tensor1 = GetValueNode<tensor::TensorPtr>(inp1_j); in CheckReplace() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc581 nvinfer1::ITensor *tensor1 = ToTensor(&inputs[0], shape1, context); in MS_TRT_CONVERTER_FUNC_REG() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1203 for (auto tensor1 : tensors_list_) { in Assign() local