TensorFlow函数教程:tf.io.decode_compressed

2019-02-22 16:14 更新

tf.io.decode_compressed函数

别名:

  • tf.decode_compressed
  • tf.io.decode_compressed
tf.io.decode_compressed(
    bytes,
    compression_type='',
    name=None
)

解压缩字符串。

该op解压缩bytes输入Tensor的每个元素,假设使用给定的compression_type进行压缩。

该output是一个与bytes形状相同的string类型的Tensor,每个元素包含来自bytes的相应元素的解压缩数据。

参数:

  • bytes:一个string类型的Tensor。压缩的字符串张量。
  • compression_type:可选的string。默认为" "。标量包含(i)空字符串(无压缩),(ii)“ZLIB”或(iii)“GZIP”。
  • name:操作的名称(可选)。

返回:

一个string类型的Tensor。

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号