Home
last modified time | relevance | path

Searched refs:kAttrDuplicated (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_depend_for_all_gather.cc34 …bool is_recompute = cnode->GetAttr(kAttrDuplicated) != nullptr && GetValue<bool>(cnode->GetAttr(kA… in Run()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dadjust_depend_for_parallel_optimizer_recompute_all_gather.cc42 …bool is_recompute = cnode->GetAttr(kAttrDuplicated) != nullptr && GetValue<bool>(cnode->GetAttr(kA… in Run()
Dcommunication_op_fusion.cc384 …final_node->GetAttr(kAttrDuplicated) != nullptr && GetValue<bool>(final_node->GetAttr(kAttrDuplica… in CreateFusedCommunicationOp()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h399 constexpr auto kAttrDuplicated = "duplicated"; variable