diff --git a/site/en-snapshot/README.md b/site/en-snapshot/README.md index 65afb3f52a..344472a48f 100644 --- a/site/en-snapshot/README.md +++ b/site/en-snapshot/README.md @@ -6,13 +6,13 @@ the projects listed below. Please submit translations from the GitLocalize project: https://gitlocalize.com/tensorflow/docs-l10n -Updated: Sat Jun 24 07:00:47 UTC 2023 +Updated: Tue Jun 27 07:00:41 UTC 2023 Projects and last commit: - [addons](https://github.com/tensorflow/addons/tree/master/docs) @ 877c0b23 - [agents](https://github.com/tensorflow/agents/tree/master/docs) @ 1e9d59a2 -- [datasets](https://github.com/tensorflow/datasets/tree/master/docs) @ 9ee89aa7 +- [datasets](https://github.com/tensorflow/datasets/tree/master/docs) @ 7c0ae130 - [docs](https://github.com/tensorflow/docs/tree/master/site/en) @ 4d512c2d - [federated](https://github.com/tensorflow/federated/tree/main/docs) @ cb50797a - [graphics](https://github.com/tensorflow/graphics/tree/master/tensorflow_graphics/g3doc) @ c7bd1bf3 @@ -22,14 +22,14 @@ Projects and last commit: - [js](https://github.com/tensorflow/tfjs-website/tree/master/docs) @ 7b1f510a - [keras_guides](https://github.com/tensorflow/docs/tree/snapshot-keras/site/en/guide/keras) @ 1553ae1e - [lattice](https://github.com/tensorflow/lattice/tree/master/docs) @ 7ea1727d -- [lite](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/g3doc) @ 752b56e6 -- [mlir](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/mlir/g3doc) @ 752b56e6 +- [lite](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/g3doc) @ adeaaba4 +- [mlir](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/mlir/g3doc) @ adeaaba4 - [model_optimization](https://github.com/tensorflow/model-optimization/tree/master/tensorflow_model_optimization/g3doc) @ bdfd5ce4 - [neural_structured_learning](https://github.com/tensorflow/neural-structured-learning/tree/master/g3doc) @ 559cc0b3 - [probability](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/g3doc) @ dd29d574 - [probability_examples](https://github.com/tensorflow/probability/tree/main/tensorflow_probability/examples/jupyter_notebooks) @ dd29d574 - [quantum](https://github.com/tensorflow/quantum/tree/master/docs) @ b4c7ea15 -- [tensorboard](https://github.com/tensorflow/tensorboard/tree/master/docs) @ 3fdb98c4 -- [tfx](https://github.com/tensorflow/tfx/tree/master/docs) @ c40a3089 -- [xla](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/xla/g3doc) @ 752b56e6 +- [tensorboard](https://github.com/tensorflow/tensorboard/tree/master/docs) @ 5534f1e9 +- [tfx](https://github.com/tensorflow/tfx/tree/master/docs) @ 62eb7933 +- [xla](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/compiler/xla/g3doc) @ adeaaba4 diff --git a/site/en-snapshot/mlir/_includes/tf_passes.md b/site/en-snapshot/mlir/_includes/tf_passes.md index 04e32a8c72..2e4b41d814 100644 --- a/site/en-snapshot/mlir/_includes/tf_passes.md +++ b/site/en-snapshot/mlir/_includes/tf_passes.md @@ -217,11 +217,6 @@ func @_func(%arg0: tensor) -> tensor { return %identity : tensor } ``` - -#### Options -``` --globally-unique-func-names : If true, the pass adds extra identifiers to make function names globally unique within a process, not just within a module. -``` ### `-tf-device-constant-sinking` _Sinks constants implicitly captured in a tf_device.cluster region._