Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy.cc508 llvm::DenseMap<unsigned, Cluster> root_clusters; in FindClustersInTheBlock() local
512 Cluster &cluster = root_clusters.FindAndConstruct(root).getSecond(); in FindClustersInTheBlock()
524 for (auto &kv : root_clusters) { in FindClustersInTheBlock()