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