File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ technique:clustering:
19
19
- tensorflow_model_optimization/g3doc/guide/clustering/**/*
20
20
21
21
technique:pruning :
22
- - tensorflow_model_optimization/python/core/pruning /**/*
23
- - tensorflow_model_optimization/python/core/api/pruning /**/*
24
- - tensorflow_model_optimization/python/examples/pruning /**/*
22
+ - tensorflow_model_optimization/python/core/sparsity /**/*
23
+ - tensorflow_model_optimization/python/core/api/sparsity /**/*
24
+ - tensorflow_model_optimization/python/examples/sparsity /**/*
25
25
- tensorflow_model_optimization/g3doc/guide/pruning/**/*
26
26
27
27
technique:qat :
@@ -30,6 +30,9 @@ technique:qat:
30
30
- tensorflow_model_optimization/python/examples/quantization/**/*
31
31
- tensorflow_model_optimization/g3doc/guide/quantization/**/*
32
32
33
+ comp:weight compression :
34
+ - tensorflow_model_optimization/python/core/common/keras/compression/**/*
35
+
33
36
# Note: this does not capture all PRs that need a API review.
34
37
api-review :
35
38
- tensorflow_model_optimization/python/core/api/**/*
You can’t perform that action at this time.
0 commit comments