Searched defs:IsExit (Results 1 – 2 of 2) sorted by relevance
143 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function675 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
121 bool IsExit(const NodeDef& node) { in IsExit() function