Skip to content

Commit 61e7977

Browse files
Johannes Ballécopybara-github
authored andcommitted
New range coder implementation.
Adds the following features: - Precision can be controlled per CDF rather than per table. - Overflow coding (using Elias gamma code) can be controlled per CDF. - Adds separate ops for batched and indexed CDF references, both of which support switching precision and overflow. - Can encode several tensors into the same bit stream by calling ops multiple times, referencing the same handle. - Can encode multiple streams with a single op invocation by batching. PiperOrigin-RevId: 421631670 Change-Id: I8b739e655635c294acb563d6d06d442e37347691
1 parent edb8df5 commit 61e7977

20 files changed

+1869
-382
lines changed

tensorflow_compression/cc/kernels/range_coder.h

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)