Skip to content

Commit eea46d3

Browse files
authored
chore(compression): remove test_models.py (#3587)
Remove test_models module and its tests, now superseded by model_editor. BUG=part of #3256
1 parent ac1fae3 commit eea46d3

3 files changed

Lines changed: 0 additions & 243 deletions

File tree

tensorflow/lite/micro/compression/BUILD

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -205,27 +205,6 @@ py_test(
205205
],
206206
)
207207

208-
tflm_py_library(
209-
name = "test_models",
210-
srcs = ["test_models.py"],
211-
deps = [
212-
"//tensorflow/lite/python:schema_py",
213-
requirement("flatbuffers"),
214-
requirement("numpy"),
215-
],
216-
)
217-
218-
py_test(
219-
name = "test_models_test",
220-
size = "small",
221-
srcs = ["test_models_test.py"],
222-
target_compatible_with = INCOMPATIBLE_WITH_WINDOWS,
223-
deps = [
224-
":test_models",
225-
"//tensorflow/lite/python:schema_py",
226-
],
227-
)
228-
229208
tflm_py_library(
230209
name = "tensor_type",
231210
srcs = ["tensor_type.py"],

tensorflow/lite/micro/compression/test_models.py

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

tensorflow/lite/micro/compression/test_models_test.py

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

0 commit comments

Comments
 (0)