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