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