aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md
index 8108fb2054..f1bb91ef06 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.subtract.md
@@ -8,11 +8,11 @@ Returns x - y element-wise.
##### Args:
-* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
+* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`y`</b>: A `Output`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Tensor`. Has the same type as `x`.
+ A `Output`. Has the same type as `x`.