tensoreflusso:: ops:: AsString
#include <string_ops.h>
Converte ogni voce nel tensore specificato in stringhe.
Riepilogo
Supporta molti tipi numerici e booleani.
Per Unicode, vedere il tutorial [ https://www.tensorflow.org/tutorials/representation/unicode ] (Lavorare con testo Unicode).
Argomenti:
- scope: un oggetto Scope
Attributi facoltativi (vedi Attrs
):
- precisione: la precisione post-decimale da utilizzare per i numeri a virgola mobile. Utilizzato solo se precisione > -1.
- scientifico: utilizza la notazione scientifica per i numeri in virgola mobile.
- più breve: utilizza la rappresentazione più breve (scientifica o standard) per i numeri in virgola mobile.
- larghezza: riempie i numeri pre-decimali con questa larghezza. Si applica sia ai numeri in virgola mobile che ai numeri interi. Utilizzato solo se larghezza > -1.
- fill: il valore da riempire se larghezza > -1. Se vuoto, viene riempito con spazi. Un altro valore tipico è '0'. La stringa non può essere più lunga di 1 carattere.
Resi:
-
Output
: il tensore di uscita.
Costruttori e distruttori | |
---|---|
AsString (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
AsString (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const AsString::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
Fill (StringPiece x) | |
Precision (int64 x) | |
Scientific (bool x) | |
Shortest (bool x) | |
Width (int64 x) |
Strutture | |
---|---|
tensorflow:: ops:: AsString:: Attrs | Setter di attributi facoltativi per AsString . |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
AsString
AsString( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
AsString
AsString( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const AsString::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Riempire
Attrs Fill( StringPiece x )
Precisione
Attrs Precision( int64 x )
Scientifico
Attrs Scientific( bool x )
Il più breve
Attrs Shortest( bool x )
Larghezza
Attrs Width( int64 x )