Searched refs:IsControlFlowOp (Results 1 – 2 of 2) sorted by relevance
56 bool IsControlFlowOp(const std::string& tensorflow_op) { in IsControlFlowOp() function73 if (IsControlFlowOp(tensorflow_op)) { in IsUnsupportedFlexOp()444 if (IsControlFlowOp(op)) { in ParseControlFlowErrors()
78 bool IsControlFlowOp(Operation* op) { return isa<IfOp, WhileOp>(op); } in IsControlFlowOp() function89 if (!IsControlFlowOp(parent)) in GetControlFlowAncestors()