Tensorflow :: ops :: RefSelect
#include <control_flow_ops.h>
Leitet das index
Element der inputs
an die output
.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- index: Ein Skalar, der die Eingabe bestimmt, die ausgewählt wird.
- Eingänge: Eine Liste von Ref-Tensoren, von denen einer an den
output
weitergeleitetoutput
.
Kehrt zurück:
-
Output
: Der weitergeleitete Tensor.
Konstruktoren und Destruktoren | |
---|---|
RefSelect (const :: tensorflow::Scope & scope, :: tensorflow::Input index, :: tensorflow::InputList inputs) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
RefSelect
RefSelect( const ::tensorflow::Scope & scope, ::tensorflow::Input index, ::tensorflow::InputList inputs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const