tensoreflusso:: ops:: DecodeBase64
#include <string_ops.h>Decodifica stringhe con codifica Base64 sicure per il Web.
Riepilogo
L'input può o meno contenere il riempimento alla fine. Vedi EncodeBase64 per il riempimento. Sicuro per il Web significa che l'input deve utilizzare - e _ invece di + e /.
Argomenti:
- scope: un oggetto Scope
 - input: stringhe Base64 da decodificare.
 
Resi:
-  
Output: stringhe decodificate. 
Costruttori e distruttori | |
|---|---|
 DecodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | 
Attributi pubblici | |
|---|---|
 operation | |
 output | |
Funzioni pubbliche | |
|---|---|
 node () const | ::tensorflow::Node * | 
 operator::tensorflow::Input () const | |
 operator::tensorflow::Output () const |  |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
DecodeBase64
DecodeBase64( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const