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