tensorflow::
    
   ops::
    
   TakeManySparseFromTensorsMap::
    
   Attrs
  
  
   #include <sparse_ops.h>
  
  Optional attribute setters for TakeManySparseFromTensorsMap .
Summary
     Public attributes | 
   |
|---|---|
     
      
       container_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     
      
       shared_name_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       Container
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      The container name for the
       
    
       SparseTensorsMap
      
      read by this op.
      | 
   
     
      
       SharedName
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      The shared name for the
       
    
       SparseTensorsMap
      
      read by this op.
      | 
   
Public attributes
container_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::container_ = ""
shared_name_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::shared_name_ = ""
Public functions
Container
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::Container( StringPiece x )
     The container name for the
     
      SparseTensorsMap
     
     read by this op.
    
Defaults to ""
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::SharedName( StringPiece x )
     The shared name for the
     
      SparseTensorsMap
     
     read by this op.
    
     It should not be blank; rather the
     
      shared_name
     
     or unique
     
      Operation
     
     name of the Op that created the original
     
      SparseTensorsMap
     
     should be used.
    
Defaults to ""