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-kotlin-parent/tensorflow-core-kotlin/src/gen/annotations/org/tensorflow/op/kotlin/BitwiseOps.kt
+11-11
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ public class BitwiseOps(
68
68
* ```
69
69
*
70
70
* @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
73
73
* @param <T> data type for `BitwiseAnd` output and operands
74
74
* @return a new instance of BitwiseAnd
75
75
* @see org.tensorflow.op.BitwiseOps.bitwiseAnd
@@ -103,8 +103,8 @@ public class BitwiseOps(
103
103
* ```
104
104
*
105
105
* @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
108
108
* @param <T> data type for `BitwiseOr` output and operands
109
109
* @return a new instance of BitwiseOr
110
110
* @see org.tensorflow.op.BitwiseOps.bitwiseOr
@@ -138,8 +138,8 @@ public class BitwiseOps(
138
138
* ```
139
139
*
140
140
* @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
143
143
* @param <T> data type for `BitwiseXor` output and operands
144
144
* @return a new instance of BitwiseXor
145
145
* @see org.tensorflow.op.BitwiseOps.bitwiseXor
@@ -196,7 +196,7 @@ public class BitwiseOps(
196
196
* ```
197
197
*
198
198
* @param <T> data type for `y` output
199
-
* @param x the x value
199
+
* @param x The x value
200
200
* @param <T> data type for `Invert` output and operands
201
201
* @return a new instance of Invert
202
202
* @see org.tensorflow.op.BitwiseOps.invert
@@ -239,8 +239,8 @@ public class BitwiseOps(
239
239
* ```
240
240
*
241
241
* @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
244
244
* @param <T> data type for `LeftShift` output and operands
245
245
* @return a new instance of LeftShift
246
246
* @see org.tensorflow.op.BitwiseOps.leftShift
@@ -288,8 +288,8 @@ public class BitwiseOps(
288
288
* ```
289
289
*
290
290
* @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
293
293
* @param <T> data type for `RightShift` output and operands
0 commit comments