Searched defs:tuple_x (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/ |
| D | stack_ext.cc | 167 auto tuple_x = input_values[kInputIndex0]->cast<ValueTuplePtr>(); in InferShape() local 191 auto tuple_x = input_values[kInputIndex0]->cast<ValueTuplePtr>(); in InferType() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/ |
| D | test_ops_stack_ext.cc | 49 auto tuple_x = std::make_shared<abstract::AbstractTuple>(inputs); in TEST_P() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/pynative/jit/ |
| D | test_pynative_jit_parameter_input.py | 43 def construct(self, param_x, list_x, tuple_x, tensor_x, dict_x, param_y, tensor_y): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/dict/ |
| D | test_dictionary.py | 88 def construct(self, tuple_x): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/optimizer/ |
| D | opt_test.py | 1237 def called_graph_with_tuple(tuple_x, tuple_y): argument 1254 def called_graph_with_tuple(tuple_x): argument 1270 def called_graph_with_tuple(tuple_x, tuple_tuple_y, tensor_z): argument
|