tensoreflusso:: ops:: TensorArrayRead

#include <data_flow_ops.h>

Leggi un elemento dal TensorArray nel value di output.

Riepilogo

Argomenti:

  • scope: un oggetto Scope
  • handle: l'handle di un TensorArray .
  • flow_in: uno scalare float che impone il corretto concatenamento delle operazioni.
  • dtype: il tipo dell'elemento restituito.

Ritorna:

Costruttori e distruttori

TensorArrayRead (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input index, :: tensorflow::Input flow_in, DataType dtype)

Attributi pubblici

operation
value

Funzioni pubbliche

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Attributi pubblici

operazione

Operation operation

valore

::tensorflow::Output value

Funzioni pubbliche

TensorArrayRead

 TensorArrayRead(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input index,
  ::tensorflow::Input flow_in,
  DataType dtype
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const