aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/framework.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-15 09:53:53 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-15 11:01:56 -0700
commit5f2e7de76aa672551a53accc414f164cd7fe9e07 (patch)
tree1618a18276beb88dd21aca53f604d9586f7c501a /tensorflow/g3doc/api_docs/python/framework.md
parent2e7b5c3ee82673fe5affd8de32eed0b350a451bf (diff)
Update generated Python Op docs.
Change: 133280933
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/framework.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index 003c4ce9c1..ea9c82a636 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -3078,13 +3078,12 @@ Returns a list of integers or `None` for each dimension.
##### Returns:
- `None` if shape is unknown; otherwise, a list of integers or `None` for
- each dimension.
+ A list of integers or `None` for each dimension.
##### Raises:
-* <b>`ValueError`</b>: if `self` is completely unknown.
+* <b>`ValueError`</b>: If `self` is an unknown shape with an unknown rank.
- - -
@@ -3632,7 +3631,7 @@ Dimensions are summed as follows:
##### Returns:
- A Dimension whose value is the sum of `self` and `other`.
+ A Dimension whose value is the product of `self` and `other`.
- - -