tensorflow:: ops:: DenseBincount:: Attrs
  #include <math_ops.h>
  Optional attribute setters for DenseBincount.
Summary
        Public attributes | 
    |
|---|---|
        binary_output_ = false
       | 
      
        bool
         | 
    
        Public functions | 
    |
|---|---|
        BinaryOutput(bool x)
       | 
      
        TF_MUST_USE_RESULT Attrs
        bool; Whether the kernel should count the appearance or number of occurrences.  
       | 
    
Public attributes
binary_output_
bool tensorflow::ops::DenseBincount::Attrs::binary_output_ = false
Public functions
BinaryOutput
TF_MUST_USE_RESULT Attrs tensorflow::ops::DenseBincount::Attrs::BinaryOutput( bool x )
bool; Whether the kernel should count the appearance or number of occurrences.
Defaults to false