Home
last modified time | relevance | path

Searched refs:kAttrTopoSortRhsFirst (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc177 auto attr_sort_rhs_first = cnode->GetAttr(kAttrTopoSortRhsFirst); in PushSuccessors()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc548 depend_node->AddAttr(kAttrTopoSortRhsFirst, MakeValue(true)); in AttachIsolatedNodesBeforeReturn()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h468 constexpr auto kAttrTopoSortRhsFirst = "topo_sort_rhs_first"; variable