Skip to content

Commit

Permalink
Remove FolderImageLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Gordon authored and Ofir Gordon committed Mar 21, 2024
1 parent 90efbf3 commit 381157f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 174 deletions.
1 change: 0 additions & 1 deletion model_compression_toolkit/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
# ==============================================================================

from model_compression_toolkit.core.common.data_loader import FolderImageLoader
from model_compression_toolkit.core.common.framework_info import FrameworkInfo, ChannelAxis
from model_compression_toolkit.core.common import network_editors as network_editor
from model_compression_toolkit.core.common.quantization.debug_config import DebugConfig
Expand Down
108 changes: 0 additions & 108 deletions model_compression_toolkit/core/common/data_loader.py

This file was deleted.

63 changes: 0 additions & 63 deletions tests/common_tests/function_tests/test_folder_image_loader.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import unittest

from tests.common_tests.function_tests.test_collectors_manipulation import TestCollectorsManipulations
from tests.common_tests.function_tests.test_folder_image_loader import TestFolderLoader
# ---------------- Individual test suites
from tests.common_tests.function_tests.test_histogram_collector import TestHistogramCollector
from tests.common_tests.function_tests.test_resource_utilization_object import TestResourceUtilizationObject
Expand Down Expand Up @@ -97,7 +96,6 @@
suiteList = []
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TestHistogramCollector))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TestCollectorsManipulations))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TestFolderLoader))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TestThresholdSelection))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TargetPlatformModelingTest))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(OpsetTest))
Expand Down

0 comments on commit 381157f

Please sign in to comment.