tvm
---
The user facing API for computation declaration.

.. autosummary::

   tvm.load_json
   tvm.save_json
   tvm.var
   tvm.const
   tvm.convert
   tvm.placeholder
   tvm.compute
   tvm.scan
   tvm.extern
   tvm.decl_buffer
   tvm.reduce_axis
   tvm.select
   tvm.thread_axis
   tvm.comm_reducer
   tvm.sum
   tvm.min
   tvm.max
   tvm.tag_scope

.. autofunction:: tvm.load_json
.. autofunction:: tvm.save_json
.. autofunction:: tvm.var
.. autofunction:: tvm.const
.. autofunction:: tvm.convert
.. autofunction:: tvm.placeholder
.. autofunction:: tvm.compute
.. autofunction:: tvm.scan
.. autofunction:: tvm.extern
.. autofunction:: tvm.decl_buffer
.. autofunction:: tvm.reduce_axis
.. autofunction:: tvm.select
.. autofunction:: tvm.thread_axis
.. autofunction:: tvm.comm_reducer
.. autofunction:: tvm.sum
.. autofunction:: tvm.min
.. autofunction:: tvm.max
.. autofunction:: tvm.tag_scope