Class MaxPoolGradGradWithArgmax.Options

java.lang.Object
org.tensorflow.op.nn.MaxPoolGradGradWithArgmax.Options
Enclosing class:
MaxPoolGradGradWithArgmax<T extends TNumber>

public static class MaxPoolGradGradWithArgmax.Options extends Object
Optional attributes for MaxPoolGradGradWithArgmax
  • Method Details

    • includeBatchInIndex

      public MaxPoolGradGradWithArgmax.Options includeBatchInIndex(Boolean includeBatchInIndex)
      Sets the includeBatchInIndex option.
      Parameters:
      includeBatchInIndex - Whether to include batch dimension in flattened index of argmax.
      Returns:
      this Options instance.