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