| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension)
Factory method to create a class to wrap a new ArgMin operation to the graph, using default output types.
|
static <V extends Number,T,U extends Number> |
ArgMin.create(Scope scope,
Operand<T> input,
Operand<U> dimension,
Class<V> outputType)
Factory method to create a class to wrap a new ArgMin operation to the graph.
|
Copyright © 2019. All rights reserved.