File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
tensorflow_model_optimization/python/core/common/keras/compression Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- These APIs are not ready for public usage yet.
1+ # Compression API
22
3- algorithms/ : end-to-end tests that demonstrate usage of algorithm developer
4- public API .
3+ These modules implement the TFMOT's Compression APIs. But they are experimental
4+ and are not yet officially supported .
55
6- algorithm.py : public API for algorithm developer
6+ ## Modules
77
8- internal/ : internal parts of library. These should not be used anywhere outside
9- this directory.
8+ algorithm.py : The API that algorithm developers can inherit to implement any
9+ custom model compression algorithms.
10+
11+ algorithms/ : Repository of example algorithms that can be used to Compression
12+ API, and corresponding end-to-end tests to demonstrate the usage.
13+
14+ internal/ : Libraries for internal usage.
You can’t perform that action at this time.
0 commit comments