Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h202 bool IsLeafGraph() const;
Dkernel_graph.cc954 if (IsLeafGraph()) { in GetLeafGraphOrder()
967 bool KernelGraph::IsLeafGraph() const { return child_graph_order_.empty(); } in IsLeafGraph() function in mindspore::session::KernelGraph