Tensorflow :: ops :: TensorArrayRead
#include <data_flow_ops.h>
Lesen eines Elements aus der TensorArray in value
.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- handle: Der Griff zu einem TensorArray .
- flow_in: Ein Float-Skalar, der die ordnungsgemäße Verkettung von Operationen erzwingt.
- dtype: Der Typ des zurückgegebenen Elems.
Kehrt zurück:
-
Output
: Der Tensor, der vom TensorArray gelesen wird .
Konstruktoren und Destruktoren | |
---|---|
TensorArrayRead (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input index, :: tensorflow::Input flow_in, DataType dtype) |
Öffentliche Attribute | |
---|---|
operation | |
value |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Wert
::tensorflow::Output value
Öffentliche Funktionen
TensorArrayRead
TensorArrayRead( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input flow_in, DataType dtype )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const