index.rst 384 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Relay API
=========

This document contains the Python API for the Relay frontend, optimizer, and
compiler toolchain.

Relay is the second-generation, high-level intermediate representation (IR) for the TVM
compiler stack.

.. toctree::
   :maxdepth: 2

   backend
   base
   build_module
   expr
   frontend
   image
   ir_pass
   module
   nn
   op
   scope_builder
   ty
   vision