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