Searched refs:IsWhileNode (Results 1 – 11 of 11) sorted by relevance
169 } else if (n->IsWhileNode() && lower_control_flow(n)) { in Run()
68 } else if (node->IsWhileNode()) { in SetDeviceOrdinalAttributeForNode()
767 } else if (n->IsWhileNode()) { in PropagateConstIntoFunctionalNodes()798 if (!e->IsControlEdge() && e->dst()->IsWhileNode()) { in RewriteTensorListWithConstElement()812 if (e->src_output() == fwd_while_dst_input && e->dst()->IsWhileNode()) { in RewriteTensorListWithConstElement()
530 if (n->IsWhileNode()) { in RearrangeFunctionArguments()
369 if (node.IsWhileNode() && in IsCompilableNode()
416 } else if (n->IsWhileNode()) { in ResetDeviceOrdinalToPlaceholderValue()571 TF_RET_CHECK(n->IsWhileNode()); in PostprocessLiftedArgsForWhile()911 if (n->IsWhileNode()) { in PostprocessLiftedArgs()2069 } else if (n->IsWhileNode()) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
993 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet()
190 bool IsWhileNode() const { return class_ == NC_WHILE; } in IsWhileNode() function
610 if (!dst->IsWhileNode()) { in AddWhileInputHack()
1226 } else if (n->IsWhileNode()) { in InlineFunctionCalls()
1640 if (node.IsWhileNode()) { in ConvertNode()