Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A 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::__anon7ed307640111::MarkForCompilationPassImpl::Cluster
338 bool has_functional_control_flow, in MakeNewCluster()
1111 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet() local