forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing index.rst (PaddlePaddle#650)
- Loading branch information
1 parent
363a843
commit 1930b59
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. PaddleSlim documentation master file, created by | ||
sphinx-quickstart on Wed Feb 5 14:04:52 2020. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
NAS | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
darts.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
Once-For-All | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
convert_supernet_api.rst | ||
ofa_api.rst | ||
ofa_layer_api.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Pruners | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
l1norm_filter_pruner.rst | ||
l2norm_filter_pruner.rst | ||
fpgm_filter_pruner.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
QAT | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
qat.rst |