Home
last modified time | relevance | path

Searched refs:new_cluster (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_extract_head_tail_outside_compilation.cc327 auto new_cluster = builder->create<tf_device::ClusterOp>( in UpdateClusterResults() local
330 new_cluster.body().takeBody(cluster.body()); in UpdateClusterResults()
333 return !new_cluster.getOperation()->isProperAncestor(operand.getOwner()); in UpdateClusterResults()
336 llvm::zip(new_cluster.GetBody().getTerminator()->getOperands(), in UpdateClusterResults()
337 new_cluster.getResults())) in UpdateClusterResults()
342 return new_cluster; in UpdateClusterResults()
401 auto new_cluster = builder->create<tf_device::ClusterOp>( in RemoveClusterAliasedOutputs() local
404 new_cluster.body().takeBody(cluster.body()); in RemoveClusterAliasedOutputs()
405 new_cluster.GetBody().getTerminator()->setOperands(new_cluster_results); in RemoveClusterAliasedOutputs()
408 llvm::zip(used_old_cluster_results, new_cluster.getResults())) in RemoveClusterAliasedOutputs()
/external/cpuinfo/src/arm/linux/
Dclusters.c327 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
337 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
352 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
367 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
382 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
397 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
412 goto new_cluster; in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
427 new_cluster: in cpuinfo_arm_linux_detect_core_clusters_by_sequential_scan()
/external/crosvm/disk/src/qcow/
Drefcount.rs109 mut new_cluster: Option<(u64, VecCache<u16>)>, in set_cluster_refcount()
118 if let Some((addr, table)) = new_cluster.take() { in set_cluster_refcount()
138 if let Some((addr, _)) = new_cluster.take() { in set_cluster_refcount()
Dmod.rs1160 if let Some(new_cluster) = self.raw_file.add_cluster_end(max_valid_cluster_offset)? { in get_new_cluster()
1162 self.raw_file.write_cluster(new_cluster, initial_data)?; in get_new_cluster()
1164 Ok(new_cluster) in get_new_cluster()
1383 let mut new_cluster = None; in set_cluster_refcount() localVariable
1390 new_cluster.take(), in set_cluster_refcount()
1407 new_cluster = Some(( in set_cluster_refcount()
1416 new_cluster = Some(( in set_cluster_refcount()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc374 XlaAutoClusteringSummary::Cluster* new_cluster = result.add_clusters(); in GetXlaAutoClusteringSummary() local
375 ClusterInfoToProtobuf(new_cluster, pair.first, pair.second); in GetXlaAutoClusteringSummary()
Dmark_for_compilation_pass.cc1052 Cluster* new_cluster = MakeNewCluster( in BuildInitialClusterSet() local
1060 cluster_for_node_[node->id()].Get() = new_cluster; in BuildInitialClusterSet()