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