tensoreflusso:: ops:: MappaUnstage

#include <data_flow_ops.h>

Op rimuove e restituisce i valori associati alla chiave.

Riepilogo

dal contenitore sottostante. Se il contenitore sottostante non contiene questa chiave, l'operazione verrà bloccata finché non la contiene.

Argomenti:

Ritorna:

  • OutputList : il tensore dei valori.

Costruttori e distruttori

MapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes)
MapUnstage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const MapUnstage::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:: MapUnstage:: Attrs

Setter di attributi facoltativi per MapUnstage .

Attributi pubblici

operazione

Operation operation

valori

::tensorflow::OutputList values

Funzioni pubbliche

MappaUnstage

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

MappaUnstage

 MapUnstage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const MapUnstage::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
)