index.rst 384 Bytes
Newer Older
1 2
Design and Developer Guide
==========================
3

4
Building a compiler stack for deep learning systems involves many many systems-level design decisions.
5 6 7 8 9 10
In this part of documentation, we share the rationale for the specific choices made when designing TVM.

.. toctree::
   :maxdepth: 2

   runtime
11
   debugger
12 13
   nnvm_json_spec
   nnvm_overview
14
   hybrid_script
15
   relay_add_op