Skip to content

Commit 9dd0fee

Browse files
committed
Fix Javadoc issues
1 parent 98979f0 commit 9dd0fee

File tree

1 file changed

+0
-2
lines changed
  • tensorflow-framework/src/main/java/org/tensorflow/framework/utils

1 file changed

+0
-2
lines changed

tensorflow-framework/src/main/java/org/tensorflow/framework/utils/ShapeUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ public static <T extends TNumber> long[] getLongArray(Scope scope, Operand<T> di
7575
/**
7676
* Converts a TInt32 or TInt64 to a java long array
7777
*
78-
* @param scope the TensorFlow scope
7978
* @param dims the dimension tensor
80-
* @param <T> the type of the dimensions, must either be TInt32 or TInt64 type
8179
* @return the long array
8280
* @throws java.lang.IllegalArgumentException if the dims type is not an integer
8381
*/

0 commit comments

Comments
 (0)