Op documentation update.

update of g3doc/includes/tf_passes.md

PiperOrigin-RevId: 361390469
Change-Id: I021164c4d178203466995dc14d99b49f504682dc
This commit is contained in:
A. Unique TensorFlower 2021-03-07 00:21:57 -08:00 committed by TensorFlower Gardener
parent fb7d34de0a
commit c8e6a3fb8f

View File

@ -75,6 +75,11 @@ func @cluster_oplist(%arg0: tensor<f32>, %arg1: tensor<i32>) -> tensor<i32> {
-algorithm : Clustering algorithm type: `use-def` or `union-find`
-oplist : Cluster listed ops when they form a single use def-use chain, such that each op's single user is the next op in the list.
```
### `-prepare-tpu-computation-for-tf-export`: Prepare TPU computation to be legal for export to TensorFlow
Prepares TPU computation module attached to _TPUCompileMlir op for
TensorFlow graph export by making transformation such as replacing or
removing MLIR or XLA specific attributes that are not legal in TensorFlow
graph.
### `-tf-device-cluster-outlining`: Outlines regions of tf_device.cluster operations
This pass outlines the body of a `tf_device.cluster` into a function and
replaces the `tf_device.cluster` op with an equivalent `tf_device.cluster_func`