Skip to content

Commit 482ab3f

Browse files
Fix typo in TF MOT docs
PiperOrigin-RevId: 374901720
1 parent c6fc392 commit 482ab3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_model_optimization/g3doc/_book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ upper_tabs:
3131
path: /model_optimization/guide/pruning/pruning_with_keras
3232
- title: Pruning comprehensive guide
3333
path: /model_optimization/guide/pruning/comprehensive_guide
34-
- title: Pruning for on on-device inference with XNNPACK
34+
- title: Pruning for on-device inference with XNNPACK
3535
path: /model_optimization/guide/pruning/pruning_for_on_device_inference
3636

3737
- heading: Quantization

tensorflow_model_optimization/g3doc/guide/pruning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fits with your use case.
1010
* To quickly find the APIs you need for your use case, see the
1111
[pruning comprehensive guide](comprehensive_guide.ipynb).
1212
* 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).
13+
[Pruning for on-device inference with XNNPACK](pruning_for_on_device_inference.ipynb).
1414

1515
## Overview
1616

0 commit comments

Comments
 (0)