Skip to content

Commit 99ab1f3

Browse files
Merge pull request #440 from arovir01:toupstream/clustering_cleanup
PiperOrigin-RevId: 319077885
2 parents 33a579c + dd5b8b5 commit 99ab1f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorflow_model_optimization/python/core/clustering/keras/cluster_wrapper_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@
2424
from tensorflow_model_optimization.python.core.clustering.keras import cluster_config
2525
from tensorflow_model_optimization.python.core.clustering.keras import cluster_wrapper
2626
from tensorflow_model_optimization.python.core.clustering.keras import clusterable_layer
27-
from tensorflow_model_optimization.python.core.clustering.keras import clustering_registry
2827

2928
keras = tf.keras
3029
errors_impl = tf.errors
3130
layers = keras.layers
3231
test = tf.test
3332

3433
CentroidInitialization = cluster_config.CentroidInitialization
35-
ClusterRegistry = clustering_registry.ClusteringRegistry
36-
ClusteringLookupRegistry = clustering_registry.ClusteringLookupRegistry
3734

3835

3936
class NonClusterableLayer(layers.Dense):

0 commit comments

Comments
 (0)