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