| Modifier and Type | Class and Description |
|---|---|
static class |
ApproximateEqual.Options
Optional attributes for
ApproximateEqual |
operation| Modifier and Type | Method and Description |
|---|---|
Output<Boolean> |
asOutput()
Returns the symbolic handle of a tensor.
|
static <T> 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.
|
static ApproximateEqual.Options |
tolerance(Float tolerance) |
Output<Boolean> |
z() |
equals, hashCode, toStringpublic static <T> ApproximateEqual create(Scope scope, Operand<T> x, Operand<T> y, ApproximateEqual.Options... options)
scope - current graph scopex - y - options - carries optional attributes valuespublic static ApproximateEqual.Options tolerance(Float tolerance)
tolerance - public Output<Boolean> asOutput()
OperandInputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
asOutput in interface Operand<Boolean>OperationBuilder.addInput(Output)Copyright © 2015–2019. All rights reserved.