Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc39 static bool IsInEndNodeBlackList(const CNodePtr &cnode) { in IsInEndNodeBlackList() function
472 if (!IsInEndNodeBlackList(cur_node) && cur_node->HasPrimalAttr(NEED_GRAD)) { in GetPreNode()