mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-22 17:56:38 -05:00
- Add FLOPs counting and throughput to baseline profile - Use Benchmark class from Module 19 for standardized measurements - Show detailed latency stats: mean, std, min/max, P95 - Fix missing statistics import in benchmark.py - Use correct BenchmarkResult attribute names - Showcase Modules 14, 15, 16, 19 working together