Decodes data
using run-length and Elias gamma coding.
tfc.ops.run_length_gamma_decode(
code, shape, name=None
)
This is the inverse operation to RunLengthGammaEncode
. The shape of the tensor
that was encoded must be known by the caller.
Returns | |
---|---|
A Tensor of type int32 .
An int32 tensor of decoded values, with shape shape .
|