Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/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-src/source/mindspore/lite/test/ut/src/
Dscheduler_test.cc102 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
Dutils_test.cc38 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/
Dops_test.py96 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/
Dlinalg_ops_shape_fns.cc57 graphStatus MatrixSolve(const TensorDesc &tensor1, const TensorDesc &tensor2, bool square, Shape &o… in MatrixSolve()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/
Doptimize_allocator_test.cc86 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in CreateModel1() local
Dmix_data_type_test.cc136 auto tensor1 = std::make_unique<mindspore::schema::TensorT>(); in ConstructModel() local
Dmultiple_device_test.cc90 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/
Dnode_test.cc89 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/
Dcommon_subexpression_elimination.cc132 auto tensor1 = GetValueNode<tensor::TensorPtr>(inp1_j); in CheckEqualCnodeInputs() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/
Dtest_dynamic_setitem.py138 def __call__(self, tensor1, tensor2): argument
150 def construct(self, tensor1, tensor2): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dcse.cc260 auto tensor1 = GetValueNode<tensor::TensorPtr>(input1); in CheckReplace() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
Dtensor_c_utils.c425 bool IsShapeSame(const TensorC *tensor1, const TensorC *tensor2) { in IsShapeSame()
/third_party/mindspore/mindspore-src/source/tests/st/pynative/jit/
Dtest_pynative_jit.py537 def construct(self, tensor1, tensor2): argument
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_runtime_meta_fg.py320 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/
Dmeta_tensor_test.cc394 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/
Dtrt_op_converter.cc592 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/
Dmath_func.py282 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/
Dstandard_method.py132 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/
Dtensor.py1286 def addcdiv(self, tensor1, tensor2, value=1): argument
1292 def addcmul(self, tensor1, tensor2, value=1): argument