Home
last modified time | relevance | path

Searched defs:tensor_y (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_outermost_non_tensor_input.py31 def construct(self, tuple_a, tensor_x, list_b, tensor_y, scalar, dict_c, flag): argument
44 def construct(self, tuple_a, tensor_x, list_b, tensor_y, scalar, dict_c, flag): argument
55 def construct(self, tuple_a, tensor_x, list_b, tensor_y, tensor_z, dict_c): argument
87 def construct(self, tensor_x, tuple_a, list_b, tensor_y, tensor_z, dict_c): argument
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_outermost_net_pass_non_tensor_inputs.py31 def construct(self, tuple_a, tensor_x, list_b, tensor_y, scalar, dict_c, flag): argument
44 def construct(self, tuple_a, tensor_x, list_b, tensor_y, scalar, dict_c, flag): argument
55 def construct(self, tuple_a, tensor_x, list_b, tensor_y, tensor_z, dict_c): argument
87 def construct(self, tensor_x, tuple_a, list_b, tensor_y, tensor_z, dict_c): argument
Dtest_ms_function_pass_non_tensor_inputs.py49 def tensor_reduce(tensor_x, axis, tensor_y): argument
/third_party/mindspore/tests/st/pynative/non_tensor_input/
Dtest_pynative_outermost_non_tensor.py34 def construct(self, tensor_x, tuple_a, list_b, tensor_y, tensor_z, dict_c): argument
50 def construct(self, tuple_a, tensor_x, list_b, tensor_y, tensor_z, dict_c): argument
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_mfcc.cc38 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{3}… in TEST_F() local
Dtest_ops_pow.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_sub.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_div.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_squareddifference.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_add.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_mul.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
Dtest_ops_maximum.cc36 …auto tensor_y = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc365 …auto tensor_y = std::make_shared<tensor::Tensor>(kNumberTypeFloat32, tensor_shape, tensor_value.da… in CreateMul() local