Searched defs:NodeHasLabel (Results 1 – 1 of 1) sorted by relevance
402 bool NodeHasLabel(const AnfNodePtr &node) { in NodeHasLabel() function2248 bool GraphSplitter::NodeHasLabel(const AnfNodePtr &node) { return node_labels_.count(node) != 0; } in NodeHasLabel() function in mindspore::parallel::GraphSplitter