flujo tensor:: operaciones:: OrderedMapUnstageNoKey

#include <data_flow_ops.h>

Op elimina y devuelve el elemento (clave, valor) con el más pequeño.

Resumen

clave del contenedor subyacente. Si el contenedor subyacente no contiene elementos, la operación se bloqueará hasta que los contenga.

Argumentos:

Devoluciones:

  • Tecla Output
  • Valores OutputList

Constructores y destructores

OrderedMapUnstageNoKey (const :: tensorflow::Scope & scope, :: tensorflow::Input indices, const DataTypeSlice & dtypes)
OrderedMapUnstageNoKey (const :: tensorflow::Scope & scope, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstageNoKey::Attrs & attrs)

Atributos públicos

key
operation
values

Funciones estáticas públicas

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

estructuras

tensorflow:: operaciones:: OrderedMapUnstageNoKey:: Atributos

Configuradores de atributos opcionales para OrderedMapUnstageNoKey .

Atributos públicos

llave

::tensorflow::Output key

operación

Operation operation

valores

::tensorflow::OutputList values

Funciones públicas

OrderedMapUnstageNoKey

 OrderedMapUnstageNoKey(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

OrderedMapUnstageNoKey

 OrderedMapUnstageNoKey(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const OrderedMapUnstageNoKey::Attrs & attrs
)

Funciones estáticas públicas

Capacidad

Attrs Capacity(
  int64 x
)

Envase

Attrs Container(
  StringPiece x
)

Limite de memoria

Attrs MemoryLimit(
  int64 x
)

Nombre compartido

Attrs SharedName(
  StringPiece x
)