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