Home
last modified time | relevance | path

Searched defs:tuple_x (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dstack_ext.cc167 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/
Dtest_ops_stack_ext.cc49 auto tuple_x = std::make_shared<abstract::AbstractTuple>(inputs); in TEST_P() local
/third_party/mindspore/mindspore-src/source/tests/st/pynative/jit/
Dtest_pynative_jit_parameter_input.py43 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/
Dtest_dictionary.py88 def construct(self, tuple_x): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/optimizer/
Dopt_test.py1237 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