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