aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/src
diff options
context:
space:
mode:
authorGravatar karl@kubx.ca <karl@kubx.ca>2018-07-24 08:58:13 -0400
committerGravatar karl@kubx.ca <karl@kubx.ca>2018-08-02 00:35:34 -0400
commit3c9cee97d3feed1354f85dbb5a13564eaaf866b4 (patch)
tree31ea4831cf00c889ad869eb11d9e5b79cb48d2c2 /tensorflow/java/src
parent4a8cedd26c182b8f866ee3194c4a016d336ec907 (diff)
Fix comment
Diffstat (limited to 'tensorflow/java/src')
-rw-r--r--tensorflow/java/src/main/java/org/tensorflow/Shape.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/java/src/main/java/org/tensorflow/Shape.java b/tensorflow/java/src/main/java/org/tensorflow/Shape.java
index a177cdaf7a..d99b0078f6 100644
--- a/tensorflow/java/src/main/java/org/tensorflow/Shape.java
+++ b/tensorflow/java/src/main/java/org/tensorflow/Shape.java
@@ -105,7 +105,7 @@ public final class Shape {
* Returns the shape as an array.
*
* <p>Each element represent the size of the dimension at the given index. For example,
- * {@code shape.asArray()[4]} is equal to the size of the fourth dimension in this shape.
+ * {@code shape.asArray()[2]} is equal to the size of the third dimension of this shape.
*/
public long[] asArray() {
return shape;