tensoreflusso:: ops:: DecodificaCompressed
#include <parsing_ops.h>Decomprimere le stringhe.
Riepilogo
 Questa operazione decomprime ogni elemento dei bytes di input Tensor , che si presuppone sia compresso utilizzando il compression_type specificato.
 L' output è una stringa Tensor della stessa forma dei bytes , ciascun elemento contiene i dati decompressi dall'elemento corrispondente in bytes .
Argomenti:
 Attributi facoltativi (vedi Attrs ):
- compression_type: uno scalare contenente (i) la stringa vuota (nessuna compressione), (ii) "ZLIB" o (iii) "GZIP".
Resi:
| Costruttori e distruttori | |
|---|---|
| DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes) | |
| DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs) | 
| Attributi pubblici | |
|---|---|
| operation | |
| output | |
| Funzioni pubbliche | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| Funzioni pubbliche statiche | |
|---|---|
| CompressionType (StringPiece x) | |
| Strutture | |
|---|---|
| tensorflow:: ops:: DecodeCompressed:: Attrs | Setter di attributi facoltativi per DecodeCompressed . | 
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
DecodificaCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes )
DecodificaCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Tipo di compressione
Attrs CompressionType( StringPiece x )