テンソルフロー::作戦::デコード圧縮
#include <parsing_ops.h>
文字列を解凍します。
まとめ
この操作は、指定されたcompression_type
を使用して圧縮されていると想定されるbytes
入力Tensor
の各要素を解凍します。
output
bytes
と同じ形状の文字列Tensor
で、各要素には対応する要素からの解凍されたデータがbytes
単位で含まれます。
引数:
オプションの属性 ( Attrs
を参照):
- Compression_type: (i) 空の文字列 (圧縮なし)、(ii) "ZLIB"、または (iii) "GZIP" のいずれかを含むスカラー。
戻り値:
コンストラクターとデストラクター | |
---|---|
DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes) | |
DecodeCompressed (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
output |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
CompressionType (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: DecodeCompressed:: Attrs | DecodeCompressedのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
デコード圧縮
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes )
デコード圧縮
DecodeCompressed( const ::tensorflow::Scope & scope, ::tensorflow::Input bytes, const DecodeCompressed::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
圧縮タイプ
Attrs CompressionType( StringPiece x )