tfc.ops.run_length_gamma_encode

Stay organized with collections Save and categorize content based on your preferences.

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.