Searched defs:has_functional_control_flow (Results 1 – 1 of 1) sorted by relevance
127 bool has_functional_control_flow, DeviceSet devices, in Cluster()172 bool has_functional_control_flow() const { in has_functional_control_flow() function in tensorflow::__anone7654d5a0111::MarkForCompilationPassImpl::Cluster316 bool has_functional_control_flow, in MakeNewCluster()1017 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet() local