Apache TVM RPC API

The TVM RPC (Remote Procedure Call) system enables remote compilation, deployment, and profiling of optimized models on target devices. It provides server/client APIs for uploading and executing compiled modules on remote hardware, tracking performance metrics, and running AutoTVM/AutoScheduler tuning jobs against real hardware targets.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-tvm:apache-tvm-rpc-api
name: Apache TVM RPC API
description: The TVM RPC (Remote Procedure Call) system enables remote compilation, deployment, and profiling
  of optimized models on target devices. It provides server/client APIs for uploading and executing compiled
  modules on remote hardware, tracking performance metrics, and running AutoTVM/AutoScheduler tuning jobs
  against real hardware targets.
humanURL: https://tvm.apache.org/docs/how_to/work_with_microtvm/
tags:
- RPC
- Remote
- Profiling
- Hardware
properties:
- type: Documentation
  url: https://tvm.apache.org/docs/how_to/work_with_microtvm/