tensoreflusso:: ops:: OrderedMapPeek
#include <data_flow_ops.h>Op dà una sbirciatina ai valori nella chiave specificata.
Riepilogo
Se il
il contenitore sottostante non contiene questa chiave che questa operazione bloccherà finché non lo farà. Questa operazione è ottimizzata per le prestazioni.
Argomenti:
- scope: un oggetto Scope
Resi:
-  OutputList: il tensore dei valori.
| Costruttori e distruttori | |
|---|---|
| OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes) | |
| OrderedMapPeek (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::Attrs & attrs) | 
| Attributi pubblici | |
|---|---|
| operation | |
| values | |
| Funzioni pubbliche | |
|---|---|
| operator[] (size_t index) const | |
| Funzioni pubbliche statiche | |
|---|---|
| Capacity (int64 x) | |
| Container (StringPiece x) | |
| MemoryLimit (int64 x) | |
| SharedName (StringPiece x) | |
| Strutture | |
|---|---|
| tensorflow:: ops:: OrderedMapPeek:: Attrs | Setter di attributi facoltativi per OrderedMapPeek . | 
Attributi pubblici
operazione
Operation operation
valori
::tensorflow::OutputList values
Funzioni pubbliche
OrderedMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
OrderedMapPeek
OrderedMapPeek( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapPeek::Attrs & attrs )
operatore[]
::tensorflow::Output operator[]( size_t index ) const
Funzioni pubbliche statiche
Capacità
Attrs Capacity( int64 x )
Contenitore
Attrs Container( StringPiece x )
Limite di memoria
Attrs MemoryLimit( int64 x )
Nome condiviso
Attrs SharedName( StringPiece x )