tensorflow:: ops:: MaxPoolGradGradWithArgmax:: Attrs
  #include <nn_ops.h>
  Optional attribute setters for MaxPoolGradGradWithArgmax.
Summary
        Public attributes | 
    |
|---|---|
        include_batch_in_index_ = false
       | 
      
        bool
         | 
    
        Public functions | 
    |
|---|---|
        IncludeBatchInIndex(bool x)
       | 
      
        TF_MUST_USE_RESULT Attrs
        Whether to include batch dimension in flattened index of  
      argmax.  | 
    
Public attributes
include_batch_in_index_
bool tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::include_batch_in_index_ = false
Public functions
IncludeBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::IncludeBatchInIndex( bool x )
Whether to include batch dimension in flattened index of argmax. 
Defaults to false