Overview of LiteRt Accelerator Test Suite (ats)
mainThe LiteRt Accelerator Test Suite (ats) is a tool for validating the functional correctness and measuring the performance of custom accelerator implementations in LiteRt.
It performs:
- Numeric Validation: Compares output tensors (activations) from the accelerator against the LiteRt standard CPU backend to ensure precision and correctness.
- Performance Metrics: Automatically captures and records metrics like latency.
- Automated Execution: Typically runs on target devices (e.g., Android) using a shell script wrapper that manages file transfers via
adb.