tensorflow:: ops:: MapPeek
  #include <data_flow_ops.h>
  Op peeks at the values at the specified key.
Summary
If the
underlying container does not contain this key this op will block until it does.
Arguments:
- scope: A Scope object
 
Returns:
OutputList: The values tensor.
        Constructors and Destructors | 
    |
|---|---|
        MapPeek(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes)
         | 
    |
        MapPeek(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapPeek::Attrs & attrs)
         | 
    
        Public attributes | 
    |
|---|---|
        operation
       | 
      |
        values
       | 
      |
        Public functions | 
    |
|---|---|
        operator[](size_t index) const 
       | 
      |
        Public static functions | 
    |
|---|---|
        Capacity(int64 x)
       | 
      |
        Container(StringPiece x)
       | 
      |
        MemoryLimit(int64 x)
       | 
      |
        SharedName(StringPiece x)
       | 
      |
        Structs | 
    |
|---|---|
| 
        tensorflow:: | 
      
         Optional attribute setters for MapPeek.  | 
    
Public attributes
operation
Operation operation
values
::tensorflow::OutputList values
Public functions
MapPeek
MapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
MapPeek
MapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapPeek::Attrs & attrs )
operator[]
::tensorflow::Output operator[]( size_t index ) const
Public static functions
Capacity
Attrs Capacity( int64 x )
Container
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )