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