Home
last modified time | relevance | path

Searched refs:GetBoolAttr (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dconfusion_softmax_grad_rule.cc44 if (!GetBoolAttr(sum_anf, kAttrKeepDims)) { in Process()
Dsoftmax_grad_ext_fusion.cc63 if (!GetBoolAttr(sum, kAttrKeepDims)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dcdist_fission.cc100 if (GetBoolAttr(cdist_cnode, kAttrVisited)) { in Process()
130 if (GetBoolAttr(cdist_grad_cnode, kAttrVisited)) { in Process()
Dbce_with_logits_loss_fission.cc86 if (GetBoolAttr(cnode, kAttrVisited)) { in Process()
Dsingle_batch_norm_fission.cc106 if (!GetBoolAttr(cnode, kAttrIsTraining)) { in Process()
Dbn_grad_split.cc149 if (!GetBoolAttr(cnode, kAttrIsTraining)) { in Process()
Dbn_split.cc258 if (!GetBoolAttr(node, kAttrIsTraining)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dbce_with_logits_loss_fusion.cc79 if (GetBoolAttr(cnode, kAttrVisited)) { in Process()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dresizebilinear_info.cc44 align_corners_ = GetBoolAttr(ALIGN_CORNERS); in GetAttrs()
Dbatchnorm_info.cc33 is_training_ = GetBoolAttr(IS_TRAINING); in GetAttrs()
Doperator_info.h222 bool GetBoolAttr(const std::string &attr_name);
Doperator_info.cc1781 bool OperatorInfo::GetBoolAttr(const std::string &attr_name) { in GetBoolAttr() function in mindspore::parallel::OperatorInfo
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h211 bool GetBoolAttr(const AnfNodePtr &node, const std::string &attr_name);
Dhelper.cc874 bool GetBoolAttr(const AnfNodePtr &node, const std::string &attr_name) { in GetBoolAttr() function