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