Tensorflow :: ops :: TensorZusammenfassung
#include <logging_ops.h>
Gibt einen Summary
mit einem Tensor aus.
Zusammenfassung
Diese Operation wird zugunsten von TensorSummaryV2 eingestellt , mit dem Anrufer ein Tag sowie eine serialisierte SummaryMetadata-Protozeichenfolge übergeben können , die Plugin-spezifische Daten enthält. Wir werden diese Option beibehalten, um die Abwärtskompatibilität aufrechtzuerhalten.
Argumente:
- scope: Ein Scope- Objekt
- Tensor: Ein Tensor zum Serialisieren.
Optionale Attribute (siehe Attrs
):
- Beschreibung: Ein json-codiertes SummaryDescription-Proto.
- Labels: Eine nicht verwendete Liste von Zeichenfolgen.
- Anzeigename: Eine nicht verwendete Zeichenfolge.
Kehrt zurück:
-
Output
: Der zusammenfassende Tensor.
Konstruktoren und Destruktoren | |
---|---|
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor) | |
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
summary |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
Description (StringPiece x) | |
DisplayName (StringPiece x) | |
Labels (const gtl::ArraySlice< string > & x) |
Strukturen | |
---|---|
tensorflow :: ops :: TensorSummary :: Attrs | Optionale Attributsetzer für TensorSummary . |
Öffentliche Attribute
Operation
Operation operation
Zusammenfassung
::tensorflow::Output summary
Öffentliche Funktionen
TensorZusammenfassung
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor )
TensorZusammenfassung
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, const TensorSummary::Attrs & attrs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
Beschreibung
Attrs Description( StringPiece x )
Anzeigename
Attrs DisplayName( StringPiece x )
Etiketten
Attrs Labels( const gtl::ArraySlice< string > & x )