| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/nnacl/infer/ |
| D | infer_manager_test.cc | 33 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-src/source/mindspore/lite/test/ut/src/ |
| D | scheduler_test.cc | 102 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local 263 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local 391 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in TEST_F() local
|
| D | utils_test.cc | 38 auto tensor1 = std::make_shared<lite::Tensor>(); in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/pynative/ |
| D | ops_test.py | 96 tensor1 = Tensor(np.ones([1, 3]), dtype=mindspore.float32) variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/ |
| D | linalg_ops_shape_fns.cc | 57 graphStatus MatrixSolve(const TensorDesc &tensor1, const TensorDesc &tensor2, bool square, Shape &o… in MatrixSolve()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/ |
| D | optimize_allocator_test.cc | 86 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateModel1() local
|
| D | mix_data_type_test.cc | 136 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in ConstructModel() local
|
| D | multiple_device_test.cc | 90 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel1() local 194 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateMultyModel2() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/c_api/ |
| D | node_test.cc | 89 TensorHandle tensor1 = MSNewTensor(res_mgr, a_data, MS_FLOAT32, a_shape, 2, 2 * sizeof(float)); in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/ |
| D | common_subexpression_elimination.cc | 132 auto tensor1 = GetValueNode<tensor::TensorPtr>(inp1_j); in CheckEqualCnodeInputs() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/ |
| D | test_dynamic_setitem.py | 138 def __call__(self, tensor1, tensor2): argument 150 def construct(self, tensor1, tensor2): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | cse.cc | 260 auto tensor1 = GetValueNode<tensor::TensorPtr>(input1); in CheckReplace() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/ |
| D | tensor_c_utils.c | 425 bool IsShapeSame(const TensorC *tensor1, const TensorC *tensor2) { in IsShapeSame()
|
| /third_party/mindspore/mindspore-src/source/tests/st/pynative/jit/ |
| D | test_pynative_jit.py | 537 def construct(self, tensor1, tensor2): argument
|
| /third_party/mindspore/mindspore-src/source/tests/st/fallback/ |
| D | test_graph_fallback_runtime_meta_fg.py | 320 tensor1 = Tensor(10) variable in test_fallback_compare_meta_2.SubClass 409 tensor1 = Tensor(1) variable in test_fallback_in_meta.SubClass
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/ |
| D | meta_tensor_test.cc | 394 auto tensor1 = std::make_shared<Tensor>(*tensor); in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/ |
| D | trt_op_converter.cc | 592 nvinfer1::ITensor *tensor1 = ToTensor(&inputs[0], shape1, context); in MS_TRT_CONVERTER_FUNC_REG() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | math_func.py | 282 def addcdiv(input, tensor1, tensor2, value=1): argument 323 def addcmul(input, tensor1, tensor2, value=1): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 132 def addcdiv(input, tensor1, tensor2, value=1): argument 149 def addcmul(input, tensor1, tensor2, value=1): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 1286 def addcdiv(self, tensor1, tensor2, value=1): argument 1292 def addcmul(self, tensor1, tensor2, value=1): argument
|