tensorflow :: opérations :: TensorSummary
#include <logging_ops.h>
Produit un tampon de protocole Summary
avec un tenseur.
Résumé
Cette opération est progressivement supprimée au profit de TensorSummaryV2 , qui permet aux appelants de passer une balise ainsi qu'une chaîne proto SummaryMetadata sérialisée contenant des données spécifiques au plugin. Nous garderons cette opération pour maintenir la compatibilité ascendante.
Arguments:
- scope: un objet Scope
- tenseur: un tenseur à sérialiser.
Attributs facultatifs (voir Attrs
):
- description: un proto SummaryDescription codé en json.
- labels: une liste de chaînes inutilisée.
- display_name: une chaîne inutilisée.
Retour:
-
Output
: Le tenseur récapitulatif.
Constructeurs et destructeurs | |
---|---|
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor) | |
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs) |
Attributs publics | |
---|---|
operation | |
summary |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
Description (StringPiece x) | |
DisplayName (StringPiece x) | |
Labels (const gtl::ArraySlice< string > & x) |
Structs | |
---|---|
tensorflow :: ops :: TensorSummary :: Attrs | Définisseurs d' attributs facultatifs pour TensorSummary . |
Attributs publics
opération
Operation operation
résumé
::tensorflow::Output summary
Fonctions publiques
TensorSummary
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor )
TensorSummary
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, const TensorSummary::Attrs & attrs )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Fonctions statiques publiques
La description
Attrs Description( StringPiece x )
Afficher un nom
Attrs DisplayName( StringPiece x )
Étiquettes
Attrs Labels( const gtl::ArraySlice< string > & x )