tfc.ops.run_length_gamma_encode

Encodes data using run-length and Elias gamma coding.

data A Tensor of type int32. An int32 tensor of values to be encoded.
name A name for the operation (optional).

A Tensor of type string. An encoded scalar string.