| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
NnOps.maxPoolGradGrad(Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGrad.Options... options)
Builds an
MaxPoolGradGrad operation |
| Modifier and Type | Method and Description |
|---|---|
static MaxPoolGradGrad.Options |
MaxPoolGradGrad.dataFormat(String dataFormat) |
MaxPoolGradGrad.Options |
MaxPoolGradGrad.Options.dataFormat(String dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
MaxPoolGradGrad.create(Scope scope,
Operand<T> origInput,
Operand<T> origOutput,
Operand<T> grad,
Operand<Integer> ksize,
Operand<Integer> strides,
String padding,
MaxPoolGradGrad.Options... options)
Factory method to create a class wrapping a new MaxPoolGradGrad operation.
|
Copyright © 2015–2019. All rights reserved.