テンソルフロー::作戦::デコード圧縮

#include <parsing_ops.h>

文字列を解凍します。

まとめ

この操作は、指定されたcompression_typeを使用して圧縮されていると想定されるbytes入力Tensorの各要素を解凍します。

output bytesと同じ形状の文字列Tensorで、各要素には対応する要素からの解凍されたデータがbytes単位で含まれます。

引数:

オプションの属性 ( Attrsを参照):

  • Compression_type: (i) 空の文字列 (圧縮なし)、(ii) "ZLIB"、または (iii) "GZIP" のいずれかを含むスカラー。

戻り値:

  • Output : 入力bytesと同じ形状を持つ、バイトから非圧縮のTensor

コンストラクターとデストラクター

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
)