tensorflow:: ops:: OrderedMapPeek
#include <data_flow_ops.h>
Op espreita os valores na chave especificada.
Resumo
Se o
o contêiner subjacente não contém essa chave, este op bloqueará até que o faça. Este Op é otimizado para desempenho.
Argumentos:
- scope: um objeto Scope
Devoluções:
-
OutputList
: O tensor de valores.
Construtores e Destruidores | |
---|---|
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) |
Atributos públicos | |
---|---|
operation | |
values |
Funções públicas | |
---|---|
operator[] (size_t index) const |
Funções estáticas públicas | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
MemoryLimit (int64 x) | |
SharedName (StringPiece x) |
Estruturas | |
---|---|
tensorflow:: ops:: OrderedMapPeek:: Attrs | Configuradores de atributos opcionais para OrderedMapPeek . |
Atributos públicos
Operação
Operation operation
valores
::tensorflow::OutputList values
Funções públicas
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 )
operador[]
::tensorflow::Output operator[]( size_t index ) const
Funções estáticas públicas
Capacidade
Attrs Capacity( int64 x )
Recipiente
Attrs Container( StringPiece x )
Limite de memória
Attrs MemoryLimit( int64 x )
Nome Compartilhado
Attrs SharedName( StringPiece x )