| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.nextAfter(Operand<T> x1,
Operand<T> x2)
Builds an
NextAfter operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
NextAfter.create(Scope scope,
Operand<T> x1,
Operand<T> x2)
Factory method to create a class wrapping a new NextAfter operation.
|
Copyright © 2015–2019. All rights reserved.