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.cc140 bool has_functional_control_flow, DeviceSet devices, in Cluster()
185 bool has_functional_control_flow() const { in has_functional_control_flow() function in tensorflow::__anon8f9055b30111::MarkForCompilationPassImpl::Cluster
338 bool has_functional_control_flow, in MakeNewCluster()
1111 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet() local