Add next and previous navigation links to all tutorials

This commit is contained in:
Daniel Mallia
2020-05-19 18:59:28 -04:00
parent d991c22090
commit 94d187e269
67 changed files with 207 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# How to schedule your network for Halide backend {#tutorial_dnn_halide_scheduling}
@prev_tutorial{tutorial_dnn_halide}
@next_tutorial{tutorial_dnn_android}
## Introduction
Halide code is the same for every device we use. But for achieving the satisfied
efficiency we should schedule computations properly. In this tutorial we describe