| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.bitwise |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
BitwiseOps.bitwiseXor(Operand<T> x,
Operand<T> y)
Builds an
BitwiseXor operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
BitwiseXor.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class wrapping a new BitwiseXor operation.
|
Copyright © 2015–2019. All rights reserved.