| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MaxPool<T> |
Ops.maxPool(Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool.Options... options)
Adds an
MaxPool operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MaxPool.Options |
MaxPool.dataFormat(String dataFormat) |
MaxPool.Options |
MaxPool.Options.dataFormat(String dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MaxPool<T> |
MaxPool.create(Scope scope,
Operand<T> input,
List<Long> ksize,
List<Long> strides,
String padding,
MaxPool.Options... options)
Factory method to create a class to wrap a new MaxPool operation to the graph.
|
Copyright © 2015–2019. All rights reserved.