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