Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

add TensorRT tutorial to index and fix ToC #12587

Merged
merged 4 commits into from
Sep 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/tutorials/control_flow/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Tutorials

```eval_rst
.. toctree::
:glob:

*
```
4 changes: 3 additions & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
```eval_rst
.. toctree::
:hidden:

basic/index.md
c++/index.md
control_flow/index.md
embedded/index.md
gluon/index.md
nlp/index.md
Expand All @@ -15,6 +15,7 @@
scala/index.md
sparse/index.md
speech_recognition/index.md
tensorrt/index.md
unsupervised_learning/index.md
vision/index.md
```
Expand Down Expand Up @@ -118,6 +119,7 @@ Select API: 
* [Large-Scale Multi-Host Multi-GPU Image Classification](/tutorials/vision/large_scale_classification.html)
* [Importing an ONNX model into MXNet](/tutorials/onnx/super_resolution.html)
* [Hybridize Gluon models with control flows](/tutorials/control_flow/ControlFlowTutorial.html)
* [Optimizing Deep Learning Computation Graphs with TensorRT](/tutorials/tensorrt/inference_with_trt.html)
* API Guides
* Core APIs
* NDArray
Expand Down
1 change: 1 addition & 0 deletions tests/tutorials/test_sanity_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
whitelist = ['basic/index.md',
'c++/basics.md',
'c++/index.md',
'control_flow/index.md',
'embedded/index.md',
'embedded/wine_detector.md',
'gluon/index.md',
Expand Down