flux tensoriel : : opérations : : AsString : : Attributs
#include <string_ops.h>
Setters d'attributs facultatifs pour AsString .
Résumé
Attributs publics | |
---|---|
fill_ = "" | StringPiece |
precision_ = -1 | int64 |
scientific_ = false | bool |
shortest_ = false | bool |
width_ = -1 | int64 |
Fonctions publiques | |
---|---|
Fill (StringPiece x) | TF_MUST_USE_RESULT Attrs La valeur à remplir si la largeur > -1. |
Precision (int64 x) | TF_MUST_USE_RESULT Attrs Précision post-décimale à utiliser pour les nombres à virgule flottante. |
Scientific (bool x) | TF_MUST_USE_RESULT Attrs Utilisez la notation scientifique pour les nombres à virgule flottante. |
Shortest (bool x) | TF_MUST_USE_RESULT Attrs Utilisez la représentation la plus courte (scientifique ou standard) pour les nombres à virgule flottante. |
Width (int64 x) | TF_MUST_USE_RESULT Attrs Remplissez les nombres pré-décimaux à cette largeur. |
Attributs publics
remplir_
StringPiece tensorflow::ops::AsString::Attrs::fill_ = ""
précision_
int64 tensorflow::ops::AsString::Attrs::precision_ = -1
scientifique_
bool tensorflow::ops::AsString::Attrs::scientific_ = false
le plus court_
bool tensorflow::ops::AsString::Attrs::shortest_ = false
largeur_
int64 tensorflow::ops::AsString::Attrs::width_ = -1
Fonctions publiques
Remplir
TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Fill( StringPiece x )
La valeur à remplir si la largeur > -1.
S'il est vide, remplissez-le avec des espaces. Une autre valeur typique est « 0 ». La chaîne ne peut pas comporter plus de 1 caractère.
La valeur par défaut est ""
Précision
TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Precision( int64 x )
Précision post-décimale à utiliser pour les nombres à virgule flottante.
Utilisé uniquement si précision > -1.
La valeur par défaut est -1
Scientifique
TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Scientific( bool x )
Utilisez la notation scientifique pour les nombres à virgule flottante.
La valeur par défaut est false
Le plus court
TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Shortest( bool x )
Utilisez la représentation la plus courte (scientifique ou standard) pour les nombres à virgule flottante.
La valeur par défaut est false
Largeur
TF_MUST_USE_RESULT Attrs tensorflow::ops::AsString::Attrs::Width( int64 x )
Remplissez les nombres pré-décimaux à cette largeur.
S'applique aux nombres à virgule flottante et aux nombres entiers. Utilisé uniquement si largeur > -1.
La valeur par défaut est -1