Files
TinyTorch/modules
Vijay Janapa Reddi b1b057fae5 ARCHITECTURE: Establish clean import patterns across key modules
- Replace try/except import chains with production-style dependency management
- Fix layers module to use clean development vs production imports
- Establish pattern for systematic cleanup of remaining modules
- Eliminate reward hacking pattern where imports mask dependency issues

Next step: Apply this pattern to remaining 15+ modules systematically.
2025-09-25 10:47:17 -04:00
..