Home
last modified time | relevance | path

Searched refs:IsUsedByOthers (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dremove_reshape_pair.cc37 if (IsUsedByOthers(func_graph, out_reshape)) { in Process()
43 if (IsUsedByOthers(func_graph, in_reshape)) { in Process()
Dmul_add_fusion.cc40 if (!opt::IsUsedByOthers(graph, cnode)) { in GetMul()
Dmul_addn_fusion.cc79 if (IsUsedByOthers(graph, mul)) { in Process()
Dbatchnorm_to_bninfer.cc78 if (IsUsedByOthers(graph, batchnorm)) { in CheckBatchNorm()
Dbatchnormgrad_to_bninfergrad.cc80 if (IsUsedByOthers(graph, batchnormgrad)) { in CheckBatchNormGrad()
Dconfusion_mul_grad_fusion.cc136 if (IsUsedByOthers(graph, mul1)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dremove_format_transform_pair.cc49 if (IsUsedByOthers(graph, input_node)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h180 bool IsUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node);
Dhelper.cc454 bool IsUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node) { in IsUsedByOthers() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dmerge_cast_to_op.cc222 if (IsUsedByOthers(graph, x_node)) { in MergeCastToPriorOp()