Add decode_compressed support
This fix tries to address the issue raised in 14887 to add
decode_compressed support.
The API will take a string Tensor (compressed with either ZLIB
or GZIP) and output a string Tensor of the same shape uncompressed.
This fix fixes 14887.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment