Skip to content

Commit 12ec443

Browse files
Johannes Ballécopybara-github
authored andcommitted
Adds initial implementation of range coder kernel for TF Lite.
Currently, only a subset of features are supported. PiperOrigin-RevId: 453487807 Change-Id: I8d3ed3baa406d96030b8956f7b8ad70704a9f0a0
1 parent 28f0649 commit 12ec443

File tree

3 files changed

+616
-2
lines changed

3 files changed

+616
-2
lines changed

tensorflow_compression/cc/BUILD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ cc_binary(
66
name = "libtensorflow_compression.so",
77
srcs = glob(
88
include = [
9-
"**/*.h",
10-
"**/*.cc",
9+
"kernels/*.h",
10+
"kernels/*.cc",
11+
"lib/*.h",
12+
"lib/*.cc",
13+
"ops/*.cc",
1114
],
1215
exclude = [
1316
"**/*_test.cc",

0 commit comments

Comments
 (0)