Fix: Clamp takes three arguments after computation, not arbitrarily many.
authorDimitris Vardoulakis <dimvar@google.com>
Tue, 27 Mar 2018 18:27:11 +0000 (11:27 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 27 Mar 2018 18:29:28 +0000 (11:29 -0700)
PiperOrigin-RevId: 190644837

tensorflow/docs_src/performance/xla/operation_semantics.md

index 5e39e71..4d12c7a 100644 (file)
@@ -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                        |
 | ------------- | ----------------------- | -------------------------------- |