/third_party/mindspore/tests/ut/python/pynative_mode/ |
D | test_outermost_non_tensor_input.py | 31 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/ |
D | test_outermost_net_pass_non_tensor_inputs.py | 31 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
|
D | test_ms_function_pass_non_tensor_inputs.py | 49 def tensor_reduce(tensor_x, axis, tensor_y): argument
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_argmax.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local 65 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat16, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_prelu.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local 65 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat16, std::vector<int64_t>{5,… in TEST_F() local
|
D | test_ops_reshape.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local 64 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat16, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_l2normalize.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_rfft.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_fftimag.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_batchtospace.cc | 40 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{12… in TEST_F() local
|
D | test_ops_sin.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_flatten.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_neg.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_cos.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_depthtospace.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{3,… in TEST_F() local
|
D | test_ops_elu.cc | 38 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_sqrt.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_fftreal.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_exp.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat16, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_leakyrelu.cc | 36 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{3,… in TEST_F() local
|
D | test_ops_log.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_floor.cc | 37 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{2,… in TEST_F() local
|
D | test_ops_add.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
D | test_ops_pow.cc | 35 …auto tensor_x = TensorConstructUtils::CreateOnesTensor(kNumberTypeFloat32, std::vector<int64_t>{1,… in TEST_F() local
|
/third_party/mindspore/tests/st/pynative/non_tensor_input/ |
D | test_pynative_outermost_non_tensor.py | 34 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
|