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