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