tensorflow:: ops:: MapPeek

#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.

Argumentos:

Devoluções:

  • OutputList : O tensor de valores.

Construtores e Destruidores

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)

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:: MapPeek:: Attrs

Configuradores de atributos opcionais para MapPeek .

Atributos públicos

Operação

Operation operation

valores

::tensorflow::OutputList values

Funções públicas

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
)

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
)