aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/performance
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-03-27 11:27:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-27 11:29:28 -0700
commit5c1ad16bfd265da2268ab1820d411dfaeaca5e05 (patch)
treefe1d6230f1456008d10dff5a3a3fe7a1f388e63d /tensorflow/docs_src/performance
parentf04822a1bb5b1bc50e8b41d4bc3a04d0641d93e1 (diff)
Fix: Clamp takes three arguments after computation, not arbitrarily many.
PiperOrigin-RevId: 190644837
Diffstat (limited to 'tensorflow/docs_src/performance')
-rw-r--r--tensorflow/docs_src/performance/xla/operation_semantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md
index 5e39e710a0..4d12c7ab6d 100644
--- a/tensorflow/docs_src/performance/xla/operation_semantics.md
+++ b/tensorflow/docs_src/performance/xla/operation_semantics.md
@@ -241,7 +241,7 @@ See also
Clamps an operand to within the range between a minimum and maximum value.
-<b> `Clamp(computation, args...)` </b>
+<b> `Clamp(computation, min, operand, max)` </b>
| Arguments | Type | Semantics |
| ------------- | ----------------------- | -------------------------------- |