Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc376 llvm::SmallVector<Operation*, 8> replicated_input_ops; in ReplicateCluster() local
378 unique_replicated_input_ops.getArrayRef(), &replicated_input_ops))) in ReplicateCluster()
395 for (auto& pos_and_input : llvm::enumerate(replicated_input_ops)) { in ReplicateCluster()
467 llvm::zip(replicated_input_ops, replicate_op.GetBody().getArguments())) { in ReplicateCluster()