Searched refs:IsLeafGraph (Results 1 – 2 of 2) sorted by relevance
202 bool IsLeafGraph() const;
954 if (IsLeafGraph()) { in GetLeafGraphOrder()967 bool KernelGraph::IsLeafGraph() const { return child_graph_order_.empty(); } in IsLeafGraph() function in mindspore::session::KernelGraph