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