Home
last modified time | relevance | path

Searched defs:tuple_input (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/python/mutable/
Dtest_const_arg_tensor.py258 def net_func_tuple_input(tuple_input): argument
275 def net_func_tuple_input(tuple_input): argument
292 def construct(self, tuple_input): argument
311 def net_func_tuple_input(tuple_input): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dconcat_op_pass.cc79 int64_t SplitTupleInputs(const FuncGraphPtr &graph, const AnfNodePtr &tuple_input, in SplitTupleInputs()
Dgrouped_matmul_op_pass.cc125 …4_t GroupedMatmulOpPass::SplitTupleInputs(const FuncGraphPtr &graph, const AnfNodePtr &tuple_input, in SplitTupleInputs()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dinsert_format_transform_op.cc40 auto tuple_input = std::make_shared<ValueNode>(tuple_value); in CreateTupleValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Ddo_pyboost_cast.h92 const TupleInput &tuple_input, in GetTypeInfo()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Ddropout_unify_mindir.cc448 auto tuple_input = mask_input_cnode->input(kIndex1); in BuildDropoutDoMask() local
755 auto tuple_input = mask_input_cnode->input(kIndex1); in Process() local
Dall_to_all_unify_mindir.cc107 auto tuple_input = neighbor_exchange->input(1); in CreateAllToAllvNode() local
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_runtime.py240 def __init__(self, tuple_input): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dinsert_type_transform_op.cc50 int64_t SplitTupleInputsForInsertType(const FuncGraphPtr &graph, const AnfNodePtr &tuple_input, in SplitTupleInputsForInsertType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_splitter.cc145 const auto tuple_input = real_output->cast<CNodePtr>()->input(i + kSizeOne); in CreateReplacedOutputNode() local
1428 auto tuple_input = common::AnfAlgo::GetInputNode(tuple_get_item_node, kIndex0); in RecursiveSetTupeGetItemLabel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dhelper.cc1392 int64_t SplitTupleInputs(const FuncGraphPtr &graph, const AnfNodePtr &tuple_input, in SplitTupleInputs()