Class MaxPoolGradGradWithArgmax.Options
java.lang.Object
org.tensorflow.op.nn.MaxPoolGradGradWithArgmax.Options
- Enclosing class:
MaxPoolGradGradWithArgmax<T extends TNumber>
Optional attributes for
MaxPoolGradGradWithArgmax-
Method Summary
Modifier and TypeMethodDescriptionincludeBatchInIndex(Boolean includeBatchInIndex) Sets the includeBatchInIndex option.
-
Method Details
-
includeBatchInIndex
Sets the includeBatchInIndex option.- Parameters:
includeBatchInIndex- Whether to include batch dimension in flattened index ofargmax.- Returns:
- this Options instance.
-