mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-08 09:32:36 -05:00
- Updated 07_autograd module with auto-discovery testing infrastructure
- Renamed all test functions to follow _comprehensive/_integration pattern
- Updated all function calls to use new names
- Added main section with run_module_tests_auto('Autograd')
- All 6 test functions now working with auto-discovery
- Updated 08_optimizers module with auto-discovery testing infrastructure
- Renamed all test functions to follow _comprehensive/_integration pattern
- Updated all function calls to use new names
- Added main section with run_module_tests_auto('Optimizers')
- All 5 test functions now working with auto-discovery
- Modules 09-13 are currently empty (no development files yet)
- All existing modules (00-08) now use consistent testing architecture
- Testing utilities properly located in tito/tools (not core library)
- Zero-maintenance auto-discovery system working across all modules