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