Tensorflow :: ops :: PrintV2
#include <logging_ops.h>
Druckt einen String-Skalar.
Zusammenfassung
Druckt einen String-Skalar in den gewünschten Ausgabestream.
Argumente:
- scope: Ein Scope- Objekt
- Eingabe: Der zu druckende Zeichenfolgenskalar.
Optionale Attribute (siehe Attrs
):
- output_stream: Eine Zeichenfolge, die den Ausgabestream oder die Protokollierungsstufe angibt, in die gedruckt werden soll.
Kehrt zurück:
- die erstellte
Operation
Konstruktoren und Destruktoren | |
---|---|
PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const PrintV2::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation |
Öffentliche Funktionen | |
---|---|
operator::tensorflow::Operation () const |
Öffentliche statische Funktionen | |
---|---|
End (StringPiece x) | |
OutputStream (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: PrintV2 :: Attrs | Optionale Attributsetzer für PrintV2 . |
Öffentliche Attribute
Operation
Operation operation
Öffentliche Funktionen
PrintV2
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
PrintV2
PrintV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const PrintV2::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
Öffentliche statische Funktionen
Ende
Attrs End( StringPiece x )
Ausgabestrom
Attrs OutputStream( StringPiece x )