tensorflow::
    
   ops::
    
   MapPeek::
    
   Attrs
  
  
   #include <data_flow_ops.h>
  
  Optional attribute setters for MapPeek .
Summary
     Public attributes | 
   |
|---|---|
     
      
       capacity_
      
      = 0
     
     | 
    
     
       int64
      
      | 
   
     
      
       container_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     
      
       memory_limit_
      
      = 0
     
     | 
    
     
       int64
      
      | 
   
     
      
       shared_name_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       Capacity
      
      (int64 x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Defaults to 0.
      
     | 
   
     
      
       Container
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Defaults to "".
      
     | 
   
     
      
       MemoryLimit
      
      (int64 x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Defaults to 0.
      
     | 
   
     
      
       SharedName
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Defaults to "".
      
     | 
   
Public attributes
capacity_
int64 tensorflow::ops::MapPeek::Attrs::capacity_ = 0
container_
StringPiece tensorflow::ops::MapPeek::Attrs::container_ = ""
memory_limit_
int64 tensorflow::ops::MapPeek::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::MapPeek::Attrs::shared_name_ = ""
Public functions
Capacity
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Capacity( int64 x )
Defaults to 0.
Container
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Container( StringPiece x )
Defaults to "".
MemoryLimit
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::MemoryLimit( int64 x )
Defaults to 0.
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::SharedName( StringPiece x )
Defaults to "".