Searched refs:nested_clusters (Results 1 – 1 of 1) sorted by relevance
79 llvm::SmallVector<mlir::tf_device::ClusterOp, 4> nested_clusters; in FindAllDeviceClusters() local81 nested_clusters.emplace_back(nested_cluster); in FindAllDeviceClusters()83 return nested_clusters; in FindAllDeviceClusters()359 auto nested_clusters = FindAllDeviceClusters(if_op); in DecomposeIf() local360 if (nested_clusters.empty()) return mlir::success(); in DecomposeIf()362 for (mlir::tf_device::ClusterOp nested_cluster : nested_clusters) { in DecomposeIf()