aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 |
| ------------- | ----------------------- | -------------------------------- |