Home
last modified time | relevance | path

Searched refs: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() argument
147 has_functional_control_flow_(has_functional_control_flow), 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() argument
347 has_functional_control_flow, device_set, resource_op_device, in MakeNewCluster()
965 cluster->has_functional_control_flow() || in CreateClusters()
1111 bool has_functional_control_flow = node->IsWhileNode() || node->IsIfNode(); in BuildInitialClusterSet() local
1148 /*has_functional_control_flow=*/has_functional_control_flow, devices, in BuildInitialClusterSet()