mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-09 03:42:52 -05:00
- Rename Dense class to Linear for familiarity with PyTorch users - Update all docstrings and comments to reference Linear - Add Dense alias for backward compatibility - Export Dense alias to maintain existing code compatibility - Tests continue to work with Dense alias