Skip to content

Commit 43cd7e3

Browse files
committed
Update generation
Signed-off-by: Ryan Nett <[email protected]>
1 parent 27fcac5 commit 43cd7e3

File tree

19 files changed

+5559
-1693
lines changed

19 files changed

+5559
-1693
lines changed

Diff for: tensorflow-kotlin-parent/tensorflow-core-kotlin/src/gen/annotations/org/tensorflow/op/kotlin/BitwiseOps.kt

+11-11
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public class BitwiseOps(
6868
* ```
6969
*
7070
* @param <T> data type for `z` output
71-
* @param x the x value
72-
* @param y the y value
71+
* @param x The x value
72+
* @param y The y value
7373
* @param <T> data type for `BitwiseAnd` output and operands
7474
* @return a new instance of BitwiseAnd
7575
* @see org.tensorflow.op.BitwiseOps.bitwiseAnd
@@ -103,8 +103,8 @@ public class BitwiseOps(
103103
* ```
104104
*
105105
* @param <T> data type for `z` output
106-
* @param x the x value
107-
* @param y the y value
106+
* @param x The x value
107+
* @param y The y value
108108
* @param <T> data type for `BitwiseOr` output and operands
109109
* @return a new instance of BitwiseOr
110110
* @see org.tensorflow.op.BitwiseOps.bitwiseOr
@@ -138,8 +138,8 @@ public class BitwiseOps(
138138
* ```
139139
*
140140
* @param <T> data type for `z` output
141-
* @param x the x value
142-
* @param y the y value
141+
* @param x The x value
142+
* @param y The y value
143143
* @param <T> data type for `BitwiseXor` output and operands
144144
* @return a new instance of BitwiseXor
145145
* @see org.tensorflow.op.BitwiseOps.bitwiseXor
@@ -196,7 +196,7 @@ public class BitwiseOps(
196196
* ```
197197
*
198198
* @param <T> data type for `y` output
199-
* @param x the x value
199+
* @param x The x value
200200
* @param <T> data type for `Invert` output and operands
201201
* @return a new instance of Invert
202202
* @see org.tensorflow.op.BitwiseOps.invert
@@ -239,8 +239,8 @@ public class BitwiseOps(
239239
* ```
240240
*
241241
* @param <T> data type for `z` output
242-
* @param x the x value
243-
* @param y the y value
242+
* @param x The x value
243+
* @param y The y value
244244
* @param <T> data type for `LeftShift` output and operands
245245
* @return a new instance of LeftShift
246246
* @see org.tensorflow.op.BitwiseOps.leftShift
@@ -288,8 +288,8 @@ public class BitwiseOps(
288288
* ```
289289
*
290290
* @param <T> data type for `z` output
291-
* @param x the x value
292-
* @param y the y value
291+
* @param x The x value
292+
* @param y The y value
293293
* @param <T> data type for `RightShift` output and operands
294294
* @return a new instance of RightShift
295295
* @see org.tensorflow.op.BitwiseOps.rightShift

0 commit comments

Comments
 (0)