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