Package | Description |
---|---|
org.tensorflow.op | |
org.tensorflow.op.bitwise |
Class and Description |
---|
BitwiseAnd
Elementwise computes the bitwise AND of `x` and `y`.
|
BitwiseOr
Elementwise computes the bitwise OR of `x` and `y`.
|
BitwiseXor
Elementwise computes the bitwise XOR of `x` and `y`.
|
Invert
Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
|
LeftShift
Elementwise computes the bitwise left-shift of `x` and `y`.
|
RightShift
Elementwise computes the bitwise right-shift of `x` and `y`.
|
Class and Description |
---|
BitwiseAnd
Elementwise computes the bitwise AND of `x` and `y`.
|
BitwiseOr
Elementwise computes the bitwise OR of `x` and `y`.
|
BitwiseXor
Elementwise computes the bitwise XOR of `x` and `y`.
|
Invert
Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
|
LeftShift
Elementwise computes the bitwise left-shift of `x` and `y`.
|
RightShift
Elementwise computes the bitwise right-shift of `x` and `y`.
|
Copyright © 2015–2019. All rights reserved.