Searched defs:dict_c (Results 1 – 3 of 3) sorted by relevance
| /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
|
| /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
|