Tensorflow :: ops :: PlatzhalterWithDefault
#include <array_ops.h>
Ein Platzhalter op, der die input
durchläuft, wenn seine Ausgabe nicht gespeist wird.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- Eingabe: Der Standardwert, der erzeugt wird, wenn die
output
nicht eingespeist wird. - Form: Die (möglicherweise teilweise) Form des Tensors.
Kehrt zurück:
-
Output
: Ein Platzhaltertensor, der standardmäßiginput
wenn er nicht gespeist wird.
Konstruktoren und Destruktoren | |
---|---|
PlaceholderWithDefault (const :: tensorflow::Scope & scope, :: tensorflow::Input input, PartialTensorShape shape) |
Ö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
PlatzhalterWithDefault
PlaceholderWithDefault( const ::tensorflow::Scope & scope, ::tensorflow::Input input, PartialTensorShape shape )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const