Searched defs:IsNextIteration (Results 1 – 5 of 5) sorted by relevance
168 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; } in IsNextIteration() function849 inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); } in IsNextIteration() function
54 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
66 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
404 bool IsNextIteration(const NodeDef& node) { in IsNextIteration() function
585 bool TFGraphDialect::IsNextIteration(TFOp op) const { in IsNextIteration() function in mlir::tfg::TFGraphDialect