tensoreflusso:: ops:: Senza scena

#include <data_flow_ops.h>

Op è simile a un Dequeue leggero.

Riepilogo

La funzionalità di base è simile alla rimozione dalla coda con molte meno funzionalità e opzioni. Questa operazione è ottimizzata per le prestazioni.

Argomenti:

Ritorna:

  • OutputList : il tensore dei valori.

Costruttori e distruttori

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

Setter di attributi facoltativi per Unstage .

Attributi pubblici

operazione

Operation operation

valori

::tensorflow::OutputList values

Funzioni pubbliche

Senza scena

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

Senza scena

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const Unstage::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
)