Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/cxx_api/
Dtypes_test.cc68 MSTensor tensor2 = tensor; in TEST_F() local
79 MSTensor *tensor2 = tensor.Clone(); in TEST_F() local
92 MSTensor tensor2 = tensor; in TEST_F() local
105 MSTensor *tensor2 = tensor.Clone(); in TEST_F() local
/third_party/mindspore/mindspore/lite/test/ut/src/
Dscheduler_test.cc110 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
271 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
403 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
Dutils_test.cc42 auto tensor2 = std::make_shared<lite::Tensor>(); in TEST_F() local
/third_party/mindspore/mindspore/lite/test/st/
Dmix_data_type_test.cc147 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in ConstructModel() local
Dmultiple_device_test.cc101 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel1() local
205 auto tensor2 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel2() local
/third_party/mindspore/mindspore/lite/test/ut/nnacl/infer/
Dinfer_manager_test.cc112 Tensor *tensor2 = new Tensor; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dcse.cc188 auto tensor2 = GetValueNode<tensor::TensorPtr>(inp2_j); in CheckReplace() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc582 nvinfer1::ITensor *tensor2 = ToTensor(&inputs[1], shape2, context); in MS_TRT_CONVERTER_FUNC_REG() local