| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SetDiff1D<T,Integer> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y)
Adds an
SetDiff1D operation to the graph |
<T,U extends Number> |
Ops.setDiff1D(Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Adds an
SetDiff1D operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> SetDiff1D<T,Integer> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y)
Factory method to create a class to wrap a new SetDiff1D operation to the graph, using default output types.
|
static <T,U extends Number> |
SetDiff1D.create(Scope scope,
Operand<T> x,
Operand<T> y,
Class<U> outIdx)
Factory method to create a class to wrap a new SetDiff1D operation to the graph.
|
Copyright © 2015–2019. All rights reserved.