Home
last modified time | relevance | path

Searched defs:has_functional_control_flow (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc128 bool has_functional_control_flow, DeviceSet devices, in Cluster()
173 bool has_functional_control_flow() const { in has_functional_control_flow() function in tensorflow::__anonc4d28a150111::MarkForCompilationPassImpl::Cluster
317 bool has_functional_control_flow, in MakeNewCluster()
1018 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet() local