You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/gen/annotations/org/tensorflow/op/kotlin/DtypesOps.kt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,14 @@ public class DtypesOps(
76
76
* @param fill The value to pad if width > -1. If empty, pads with spaces.
77
77
* Another typical value is '0'. String cannot be longer than 1 character.
Copy file name to clipboardExpand all lines: tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/gen/annotations/org/tensorflow/op/kotlin/ImageOps.kt
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -256,14 +256,14 @@ public class ImageOps(
256
256
* methods are supported: Bilinear and Nearest Neighbor.
257
257
* @param extrapolationValue Value used for extrapolation, when applicable.
258
258
*/
259
-
publicfun<T:TNumber> cropAndResize(
260
-
image:Operand<T>,
259
+
publicfuncropAndResize(
260
+
image:Operand<outTNumber>,
261
261
boxes:Operand<TFloat32>,
262
262
boxInd:Operand<TInt32>,
263
263
cropSize:Operand<TInt32>,
264
264
method:String? = null,
265
265
extrapolationValue:Float? = null
266
-
): CropAndResize= java.cropAndResize<T>(
266
+
): CropAndResize= java.cropAndResize(
267
267
image,
268
268
boxes,
269
269
boxInd,
@@ -298,13 +298,13 @@ public class ImageOps(
298
298
* @param method A string specifying the interpolation method. Only 'bilinear' is
0 commit comments