tensorflow :: ops :: TensorArrayRead
#include <data_flow_ops.h> Leia um elemento do TensorArray no value saída.
Resumo
Argumentos:
- escopo: um objeto Scope
- identificador: o identificador para um TensorArray .
- flow_in: um escalar flutuante que impõe o encadeamento adequado de operações.
- dtype: O tipo do elem que é retornado.
Retorna:
-
Output: o tensor que é lido do TensorArray .
Construtores e Destruidores | |
|---|---|
TensorArrayRead (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input index, :: tensorflow::Input flow_in, DataType dtype) |
Atributos públicos | |
|---|---|
operation | |
value | |
Funções públicas | |
|---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const | |
Atributos públicos
Operação
Operation operation
valor
::tensorflow::Output value
Funções públicas
TensorArrayRead
TensorArrayRead( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input flow_in, DataType dtype )
nó
::tensorflow::Node * node() const
operador :: tensorflow :: Input
operator::tensorflow::Input() const
operador :: tensorflow :: Saída
operator::tensorflow::Output() const