mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 06:23:34 -05:00
- Add requires_grad parameter to Tensor.__init__() - Add grad attribute for gradient accumulation - Add backward() method stub (full implementation in Module 09) - Add Parameter() helper function for creating trainable tensors - Maintains backward compatibility while enabling PyTorch-like syntax