tensorflow::
    
   ops::
    
   DecodeRaw::
    
   Attrs
  
  
   #include <parsing_ops.h>
  
  Optional attribute setters for DecodeRaw .
Summary
     Public attributes | 
   |
|---|---|
     
      
       little_endian_
      
      = true
     
     | 
    
     
       bool
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       LittleEndian
      
      (bool x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Whether the input
       
    
       bytes
      
      are in little-endian order.
      | 
   
Public attributes
little_endian_
bool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true
Public functions
LittleEndian
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeRaw::Attrs::LittleEndian( bool x )
     Whether the input
     
      bytes
     
     are in little-endian order.
    
     Ignored for
     
      out_type
     
     values that are stored in a single byte like
     
      uint8
     
     .
    
Defaults to true