File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tensorflow_model_optimization/python/core/clustering/keras Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 24
24
from tensorflow_model_optimization .python .core .clustering .keras import cluster_config
25
25
from tensorflow_model_optimization .python .core .clustering .keras import cluster_wrapper
26
26
from tensorflow_model_optimization .python .core .clustering .keras import clusterable_layer
27
- from tensorflow_model_optimization .python .core .clustering .keras import clustering_registry
28
27
29
28
keras = tf .keras
30
29
errors_impl = tf .errors
31
30
layers = keras .layers
32
31
test = tf .test
33
32
34
33
CentroidInitialization = cluster_config .CentroidInitialization
35
- ClusterRegistry = clustering_registry .ClusteringRegistry
36
- ClusteringLookupRegistry = clustering_registry .ClusteringLookupRegistry
37
34
38
35
39
36
class NonClusterableLayer (layers .Dense ):
You can’t perform that action at this time.
0 commit comments