| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
Ops.maxPoolWithArgmax(Operand<T> input,
List<Long> ksize,
List<Long> strides,
Class<U> Targmax,
String padding)
Adds an
MaxPoolWithArgmax operation to the graph |
<T extends Number> |
Ops.maxPoolWithArgmax(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding)
Adds an
MaxPoolWithArgmax operation to the graph |
| 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 © 2015–2019. All rights reserved.