File tree Expand file tree Collapse file tree 3 files changed +542
-0
lines changed
tensorflow_model_optimization/g3doc Expand file tree Collapse file tree 3 files changed +542
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ upper_tabs:
31
31
path : /model_optimization/guide/pruning/pruning_with_keras
32
32
- title : Pruning comprehensive guide
33
33
path : /model_optimization/guide/pruning/comprehensive_guide
34
+ - title : Pruning for on on-device inference with XNNPACK
35
+ path : /model_optimization/guide/pruning/pruning_for_on_device_inference
34
36
35
37
- heading : Quantization
36
38
- title : Quantization aware training overview
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ fits with your use case.
9
9
[ Pruning with Keras] ( pruning_with_keras.ipynb ) example.
10
10
* To quickly find the APIs you need for your use case, see the
11
11
[ pruning comprehensive guide] ( comprehensive_guide.ipynb ) .
12
+ * To explore the application of pruning for on-device inference, see the
13
+ [ Pruning for on on-device inference with XNNPACK] ( pruning_for_on_device_inference.ipynb ) .
12
14
13
15
## Overview
14
16
You can’t perform that action at this time.
0 commit comments