Searched defs:IsExit (Results 1 – 3 of 3) sorted by relevance
167 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function848 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
269 bool IsExit(const NodeDef& node) { in IsExit() function
336 bool TFGraphDialect::IsExit(TFOp op) const { in IsExit() function in mlir::tfg::TFGraphDialect