tensorflow::
    
   ops::
    
   IdentityReader::
    
   Attrs
  
  
   #include <io_ops.h>
  
  Optional attribute setters for IdentityReader .
Summary
     Public attributes | 
   |
|---|---|
     
      
       container_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     
      
       shared_name_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       Container
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      If non-empty, this reader is placed in the given container.
      
     | 
   
     
      
       SharedName
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      If non-empty, this reader is named in the given bucket with this shared_name.
      
     | 
   
Public attributes
container_
StringPiece tensorflow::ops::IdentityReader::Attrs::container_ = ""
shared_name_
StringPiece tensorflow::ops::IdentityReader::Attrs::shared_name_ = ""
Public functions
Container
TF_MUST_USE_RESULT Attrs tensorflow::ops::IdentityReader::Attrs::Container( StringPiece x )
If non-empty, this reader is placed in the given container.
Otherwise, a default container is used.
Defaults to ""
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::IdentityReader::Attrs::SharedName( StringPiece x )
If non-empty, this reader is named in the given bucket with this shared_name.
Otherwise, the node name is used instead.
Defaults to ""