From 3c9cee97d3feed1354f85dbb5a13564eaaf866b4 Mon Sep 17 00:00:00 2001 From: "karl@kubx.ca" Date: Tue, 24 Jul 2018 08:58:13 -0400 Subject: Fix comment --- tensorflow/java/src/main/java/org/tensorflow/Shape.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/java/src') 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. * *

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; -- cgit v1.2.3