Searched refs:IsUsedByOthers (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
D | remove_reshape_pair.cc | 37 if (IsUsedByOthers(func_graph, out_reshape)) { in Process() 43 if (IsUsedByOthers(func_graph, in_reshape)) { in Process()
|
D | mul_add_fusion.cc | 40 if (!opt::IsUsedByOthers(graph, cnode)) { in GetMul()
|
D | mul_addn_fusion.cc | 79 if (IsUsedByOthers(graph, mul)) { in Process()
|
D | batchnorm_to_bninfer.cc | 78 if (IsUsedByOthers(graph, batchnorm)) { in CheckBatchNorm()
|
D | batchnormgrad_to_bninfergrad.cc | 80 if (IsUsedByOthers(graph, batchnormgrad)) { in CheckBatchNormGrad()
|
D | confusion_mul_grad_fusion.cc | 136 if (IsUsedByOthers(graph, mul1)) { in Process()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/ |
D | remove_format_transform_pair.cc | 49 if (IsUsedByOthers(graph, input_node)) { in Process()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | helper.h | 180 bool IsUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node);
|
D | helper.cc | 454 bool IsUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node) { in IsUsedByOthers() function
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
D | merge_cast_to_op.cc | 222 if (IsUsedByOthers(graph, x_node)) { in MergeCastToPriorOp()
|