Files
TinyTorch/modules/source
Vijay Janapa Reddi c310b997f9 Fix module filenames after restructure
- Renamed dense_dev.py → networks_dev.py in module 05
- Renamed compression_dev.py → regularization_dev.py in module 16
- All existing modules (1-7, 9-11, 13, 16) now pass tests
- XORNet, CIFAR-10, and TinyGPT examples all working
- Integration tests passing

Test results:
 Part I (Modules 1-5): All passing
 Part II (Modules 6-11): 5/6 passing (08_normalization needs content)
 Part III (Modules 12-17): 2/6 passing (need to create 12,14,15,17)
 All examples working (XOR, CIFAR-10, TinyGPT imports)
2025-09-22 09:56:23 -04:00
..