tensoreflusso:: ops:: OrderedMapUnstageNoKey

#include <data_flow_ops.h>

Op rimuove e restituisce l'elemento (chiave, valore) con il più piccolo.

Riepilogo

chiave dal contenitore sottostante. Se il contenitore sottostante non contiene elementi, l'operazione si bloccherà finché non lo farà.

Argomenti:

Ritorna:

  • Tasto Output
  • Valori OutputList

Costruttori e distruttori

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)

Attributi pubblici

key
operation
values

Funzioni pubbliche statiche

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

Strutture

tensorflow:: ops:: OrderedMapUnstageNoKey:: Attrs

Setter di attributi facoltativi per OrderedMapUnstageNoKey .

Attributi pubblici

chiave

::tensorflow::Output key

operazione

Operation operation

valori

::tensorflow::OutputList values

Funzioni pubbliche

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
)

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
)