Apache TVM Python API

The TVM Python API provides a comprehensive interface for model compilation, optimization, and deployment. Key modules include tvm.relay for defining and optimizing computational graphs, tvm.auto_scheduler for auto-tuning operator schedules, tvm.micro for microcontroller deployment (MicroTVM), and tvm.rpc for remote deployment and profiling. The tvmc command-line tool provides a simplified interface for common TVM workflows.