tensorflow :: operaciones :: TensorArrayRead

#include <data_flow_ops.h>

Leer un elemento de TensorArray en el value salida.

Resumen

Argumentos:

  • alcance: un objeto de alcance
  • handle: el identificador de un TensorArray .
  • flow_in: un escalar flotante que impone el encadenamiento adecuado de las operaciones.
  • dtype: el tipo de elemento que se devuelve.

Devoluciones:

Constructores y Destructores

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

Atributos públicos

operation
value

Funciones publicas

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

Atributos públicos

operación

Operation operation

valor

::tensorflow::Output value

Funciones publicas

TensorArrayRead

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

nodo

::tensorflow::Node * node() const 

operador :: tensorflow :: Entrada

 operator::tensorflow::Input() const 

operador :: tensorflow :: Salida

 operator::tensorflow::Output() const