| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
NnOps.avgPool(Operand<T> value,
List<Long> ksize,
List<Long> strides,
String padding,
AvgPool.Options... options)
Builds an
AvgPool operation |
| 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 wrapping a new AvgPool operation.
|
Copyright © 2015–2019. All rights reserved.