Home
last modified time | relevance | path

Searched refs:kAttrIsGrad (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc404 if (AnfAlgo::HasNodeAttr(kAttrIsGrad, sparse_softmax_node) && in Process()
405 AnfAlgo::GetNodeAttr<bool>(sparse_softmax_node, kAttrIsGrad)) { in Process()
531 if (AnfAlgo::HasNodeAttr(kAttrIsGrad, sparse_softmax_node) && in Process()
532 AnfAlgo::GetNodeAttr<bool>(sparse_softmax_node, kAttrIsGrad)) { in Process()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h460 constexpr auto kAttrIsGrad = "is_grad"; variable