aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/framework.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-18 11:38:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-18 11:43:47 -0800
commit27a641475d07b9ff5a2a23bac19d1ee5b7b2b3dc (patch)
treecb6d6da5157d1253a4d7698147919582f308eaf1 /tensorflow/g3doc/api_docs/python/framework.md
parent2f723d19cfe93212c25910f77b7b3000a168e311 (diff)
Update generated Python Op docs.
Change: 139604073
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/framework.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md208
1 files changed, 104 insertions, 104 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index cb3cade2fc..dc49f71bee 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -1373,13 +1373,13 @@ Returns x + y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1394,13 +1394,13 @@ Returns the truth value of x AND y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1441,13 +1441,13 @@ Returns x / y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1504,13 +1504,13 @@ Returns the truth value of (x >= y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1585,13 +1585,13 @@ Returns the truth value of (x > y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1630,12 +1630,12 @@ Returns the truth value of NOT x element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1667,13 +1667,13 @@ Returns the truth value of (x <= y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1688,13 +1688,13 @@ Returns the truth value of (x < y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1709,13 +1709,13 @@ Returns element-wise remainder of division.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1736,12 +1736,12 @@ I.e., \\(y = -x\\).
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1769,13 +1769,13 @@ Returns the truth value of x OR y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1819,13 +1819,13 @@ Returns x + y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1840,13 +1840,13 @@ Returns the truth value of x AND y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -1861,13 +1861,13 @@ Returns x / y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1924,13 +1924,13 @@ Returns element-wise remainder of division.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -1952,13 +1952,13 @@ Returns the truth value of x OR y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2002,13 +2002,13 @@ Returns x - y element-wise.
##### Args:
-* <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>`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>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2071,13 +2071,13 @@ Returns x - y element-wise.
##### Args:
-* <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>`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>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2374,13 +2374,13 @@ Returns x + y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2395,13 +2395,13 @@ Returns the truth value of x AND y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2442,13 +2442,13 @@ Returns x / y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2505,13 +2505,13 @@ Returns the truth value of (x >= y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2586,13 +2586,13 @@ Returns the truth value of (x > y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2631,12 +2631,12 @@ Returns the truth value of NOT x element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2668,13 +2668,13 @@ Returns the truth value of (x <= y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2689,13 +2689,13 @@ Returns the truth value of (x < y) element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `int64`, `uint8`, `int16`, `int8`, `uint16`, `half`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2710,13 +2710,13 @@ Returns element-wise remainder of division.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2737,12 +2737,12 @@ I.e., \\(y = -x\\).
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2770,13 +2770,13 @@ Returns the truth value of x OR y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2820,13 +2820,13 @@ Returns x + y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `int16`, `int32`, `int64`, `complex64`, `complex128`, `string`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2841,13 +2841,13 @@ Returns the truth value of x AND y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -2862,13 +2862,13 @@ Returns x / y element-wise.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `uint8`, `int8`, `uint16`, `int16`, `int32`, `int64`, `complex64`, `complex128`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2925,13 +2925,13 @@ Returns element-wise remainder of division.
##### Args:
-* <b>`x`</b>: A `Output`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
-* <b>`y`</b>: A `Output`. Must have the same type as `x`.
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -2953,13 +2953,13 @@ Returns the truth value of x OR y element-wise.
##### Args:
-* <b>`x`</b>: An `Output` of type `bool`.
-* <b>`y`</b>: An `Output` of type `bool`.
+* <b>`x`</b>: A `Tensor` of type `bool`.
+* <b>`y`</b>: A `Tensor` of type `bool`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- An `Output` of type `bool`.
+ A `Tensor` of type `bool`.
- - -
@@ -3003,13 +3003,13 @@ Returns x - y element-wise.
##### Args:
-* <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>`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>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -
@@ -3072,13 +3072,13 @@ Returns x - y element-wise.
##### Args:
-* <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>`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>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Output`. Has the same type as `x`.
+ A `Tensor`. Has the same type as `x`.
- - -