tensorflow :: ops :: DecodeCompressed
#include <parsing_ops.h>
Dekompresuj struny.
Podsumowanie
Ta operacja dekompresuje każdy element wejściowego Tensor
bytes
, który zakłada się, że jest skompresowany przy użyciu podanego compression_type
.
Dane output
to łańcuch Tensor
o tym samym kształcie co bytes
, każdy element zawiera zdekompresowane dane z odpowiedniego elementu w bytes
.
Argumenty:
Atrybuty opcjonalne (patrz Attrs
):
- typ_kompresji: skalar zawierający (i) pusty łańcuch (bez kompresji), (ii) „ZLIB” lub (iii) „GZIP”.
Zwroty:
Konstruktorzy i niszczyciele | |
---|---|
DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes) | |
DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs) |
Atrybuty publiczne | |
---|---|
operation | |
output |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Publiczne funkcje statyczne | |
---|---|
CompressionType (StringPiece x) |
Struktury | |
---|---|
tensorflow :: ops :: DecodeCompressed :: Attrs | Opcjonalne metody ustawiające atrybuty dla DecodeCompressed . |
Atrybuty publiczne
operacja
Operation operation
wynik
::tensorflow::Output output
Funkcje publiczne
DecodeCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes )
DecodeCompressed
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs )
węzeł
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Publiczne funkcje statyczne
CompressionType
Attrs CompressionType( StringPiece x )