Home
last modified time | relevance | path

Searched defs:make_tuple (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/ascend/format_type/
Dremove_internal_output_test.cc39 auto make_tuple = ret->input(1); in GetMakeTuple() local
49 auto make_tuple = GetMakeTuple(kg); in GetSingleOutputGraph() local
74 auto make_tuple = output_make_tuple->cast<CNodePtr>()->input(1); in GetMutilpleOutputGraph() local
133 auto make_tuple = GetMakeTuple(kg); in TEST_F() local
164 auto make_tuple = output_make_tuple->cast<CNodePtr>()->input(1); in TEST_F() local
Dcheck_consistency_test.cc62 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
123 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
Dmerge_cast_to_op_test.cc92 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
154 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
/third_party/toybox/scripts/
Dmcm-buildall.sh109 make_tuple() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/
Dscale_grad_fission.cc91 auto make_tuple = graph->NewCNode(make_tuple_inputs); in Process() local
119 auto make_tuple = graph->NewCNode(make_tuple_inputs); in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dconvert_unused_tuple_para_to_make_tuple.cc42 auto make_tuple = kernel_graph->TransTupleToMakeTuple(parameter); in Run() local
Dgetitem_tuple.cc55 auto make_tuple = make_tuple_anf->cast<CNodePtr>(); in Process() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/ascend/ir_fission/
Dbn_split_test.cc65 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
114 auto make_tuple = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Deliminate_graph_output_transdata.cc67 auto make_tuple = item_with_index.first->cast<CNodePtr>(); in GetNeedReplaceEdges() local
162 auto make_tuple = item_with_index.first->cast<CNodePtr>(); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Daccumulaten_eliminate.h62 auto make_tuple = fg->NewCNode(inputs_); in operator() local
Dupdatestate_eliminate.cc206 …inateUpdateStateMakeTupleWithUselessEnv(const CNodePtr &update_state, const CNodePtr &make_tuple) { in EliminateUpdateStateMakeTupleWithUselessEnv()
269 …nateUpdateStateMakeTupleWithUselessNode(const CNodePtr &update_state, const CNodePtr &make_tuple) { in EliminateUpdateStateMakeTupleWithUselessNode()
321 void GetLoadsFollowTuple(const CNodePtr &update_state, const CNodePtr &make_tuple, std::vector<CNod… in GetLoadsFollowTuple()
359 auto make_tuple = fg->NewCNode(make_tuple_inputs); in MakeTupleForSameNodes() local
516 auto make_tuple = MakeTupleForSameNodes(fg, update_state, make_tuple_inputs); in EliminateUpdateStateBetweenAssigns() local
577 auto make_tuple = u3_cnode->input(kAttachIndex); in EliminateUpdateStateBetweenAssignMakeTuple() local
637 …nateUpdateStateBetweenMakeTupleAssign(const CNodePtr &update_state, const AnfNodePtr &make_tuple) { in EliminateUpdateStateBetweenMakeTupleAssign()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dbatchnorm_to_bninfer.cc165 auto make_tuple = graph->NewCNode(make_tuple_inputs); in Process() local
172 auto make_tuple = CreateMakeTupleNode(graph, std::vector<AnfNodePtr>{bn_infer}); in Process() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dcheck_consistency.py18 make_tuple = Primitive('MakeTuple') variable
Dconst_to_attr_strided_slice_grad.py20 make_tuple = Primitive('MakeTuple') variable
Dgetitem_tuple.py19 make_tuple = Primitive('MakeTuple') variable
Dinsert_tensor_move_for_getnext.py23 make_tuple = Primitive('MakeTuple') variable
Dsplit_fission_test.py21 make_tuple = Primitive('MakeTuple') variable
Dtranspose_reshape_fusion_test.py22 make_tuple = Primitive('MakeTuple') variable
Dreduce_min_fission_test.py20 make_tuple = Primitive('MakeTuple') variable
Dreshape_transpose_fusion_test.py22 make_tuple = Primitive('MakeTuple') variable
Dmatmul_biasadd_fusion_test.py20 make_tuple = Primitive('MakeTuple') variable
Dconvert_tuple_input_to_dynamic_input_test.py21 make_tuple = Primitive('MakeTuple') variable
Dtranspose_transdata_fusion_test.py22 make_tuple = Primitive('MakeTuple') variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dinsert_tensor_move_for_getnext.cc54 AnfNodePtr make_tuple = func_graph->NewCNode(make_tuple_inputs); in InsertTensorMoveForGetNextOutputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dadam_weight_decay_unify_mindir.cc186 …auto make_tuple = CreateMakeTupleNode(func_graph, std::vector<AnfNodePtr>{assign_param, assign_m, … in CreateAdamApplyOneWithDecay() local
213 auto make_tuple = CreateMakeTupleNode( in CreateAdamApplyOneWithDecayAssign() local

123456