| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ApproximateEqual |
Ops.approximateEqual(Operand<T> x,
Operand<T> y,
ApproximateEqual.Options... options)
Adds an
ApproximateEqual operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ApproximateEqual.Options |
ApproximateEqual.tolerance(Float tolerance) |
ApproximateEqual.Options |
ApproximateEqual.Options.tolerance(Float tolerance) |
| 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 to wrap a new ApproximateEqual operation to the graph.
|
Copyright © 2015–2019. All rights reserved.