Apache TVM FFI Documentation

Apache TVM FFI Documentation#

Welcome to the documentation for TVM FFI. You can get started by reading the get started section, or reading through the guides and concepts sections.

Installation#

To install via pip, run:

pip install apache-tvm-ffi

We also recommend installing the optional package below for improved torch tensor conversion performance.

pip install torch-c-dlpack-ext

Table of Contents#

Concepts