Skip to content

Commit

Permalink
Removes TF1 entropy models.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 354820788
Change-Id: I34f966be3d2b93957c8667fbf6b672510aad8acc
  • Loading branch information
Johannes Ballé authored and copybara-github committed Jan 31, 2021
1 parent 1a9b176 commit 89eefc8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,643 deletions.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ py_library(
"//tensorflow_compression/python/entropy_models:continuous_batched",
"//tensorflow_compression/python/entropy_models:continuous_indexed",
"//tensorflow_compression/python/entropy_models:universal",
"//tensorflow_compression/python/layers:entropy_models",
"//tensorflow_compression/python/layers:gdn",
"//tensorflow_compression/python/layers:initializers",
"//tensorflow_compression/python/layers:parameterizers",
Expand Down
1 change: 0 additions & 1 deletion tensorflow_compression/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from tensorflow_compression.python.entropy_models.continuous_indexed import *
from tensorflow_compression.python.entropy_models.universal import *

from tensorflow_compression.python.layers.entropy_models import *
from tensorflow_compression.python.layers.gdn import *
from tensorflow_compression.python.layers.initializers import *
from tensorflow_compression.python.layers.parameterizers import *
Expand Down
1 change: 0 additions & 1 deletion tensorflow_compression/all_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from tensorflow_compression.python.entropy_models.continuous_indexed_test import *
from tensorflow_compression.python.entropy_models.universal_test import *

from tensorflow_compression.python.layers.entropy_models_test import *
from tensorflow_compression.python.layers.gdn_test import *
from tensorflow_compression.python.layers.initializers_test import *
from tensorflow_compression.python.layers.parameterizers_test import *
Expand Down
17 changes: 0 additions & 17 deletions tensorflow_compression/python/layers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ package(

licenses(["notice"])

py_library(
name = "entropy_models",
srcs = ["entropy_models.py"],
srcs_version = "PY3",
deps = [
"//tensorflow_compression/python/ops:math_ops",
"//tensorflow_compression/python/ops:range_coding_ops",
],
)

py_library(
name = "gdn",
srcs = ["gdn.py"],
Expand Down Expand Up @@ -61,13 +51,6 @@ py_library(
deps = ["//tensorflow_compression/python/ops:soft_round_ops"],
)

py_test(
name = "entropy_models_test",
srcs = ["entropy_models_test.py"],
python_version = "PY3",
deps = [":entropy_models"],
)

py_test(
name = "initializers_test",
srcs = ["initializers_test.py"],
Expand Down
Loading

0 comments on commit 89eefc8

Please sign in to comment.