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