Skip to content

Commit

Permalink
Update generation
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <[email protected]>
  • Loading branch information
rnett committed Dec 22, 2021
1 parent 27fcac5 commit 43cd7e3
Show file tree
Hide file tree
Showing 19 changed files with 5,559 additions and 1,693 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `z` output
* @param x the x value
* @param y the y value
* @param x The x value
* @param y The y value
* @param <T> data type for `BitwiseAnd` output and operands
* @return a new instance of BitwiseAnd
* @see org.tensorflow.op.BitwiseOps.bitwiseAnd
Expand Down Expand Up @@ -103,8 +103,8 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `z` output
* @param x the x value
* @param y the y value
* @param x The x value
* @param y The y value
* @param <T> data type for `BitwiseOr` output and operands
* @return a new instance of BitwiseOr
* @see org.tensorflow.op.BitwiseOps.bitwiseOr
Expand Down Expand Up @@ -138,8 +138,8 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `z` output
* @param x the x value
* @param y the y value
* @param x The x value
* @param y The y value
* @param <T> data type for `BitwiseXor` output and operands
* @return a new instance of BitwiseXor
* @see org.tensorflow.op.BitwiseOps.bitwiseXor
Expand Down Expand Up @@ -196,7 +196,7 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `y` output
* @param x the x value
* @param x The x value
* @param <T> data type for `Invert` output and operands
* @return a new instance of Invert
* @see org.tensorflow.op.BitwiseOps.invert
Expand Down Expand Up @@ -239,8 +239,8 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `z` output
* @param x the x value
* @param y the y value
* @param x The x value
* @param y The y value
* @param <T> data type for `LeftShift` output and operands
* @return a new instance of LeftShift
* @see org.tensorflow.op.BitwiseOps.leftShift
Expand Down Expand Up @@ -288,8 +288,8 @@ public class BitwiseOps(
* ```
*
* @param <T> data type for `z` output
* @param x the x value
* @param y the y value
* @param x The x value
* @param y The y value
* @param <T> data type for `RightShift` output and operands
* @return a new instance of RightShift
* @see org.tensorflow.op.BitwiseOps.rightShift
Expand Down
Loading

0 comments on commit 43cd7e3

Please sign in to comment.