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