Files
TinyTorch/modules
Vijay Janapa Reddi a9565d7c36 CRITICAL: Fix architectural anti-patterns identified by PyTorch expert
- Remove fake/mock implementations in transformers module that pass tests but teach wrong concepts
- Replace try/except import chains with clean production-style dependency management
- Eliminate defensive copying anti-pattern in Tensor constructor
- Implement PyTorch-style memory efficiency with zero-copy views when possible
- Clean up circular import issues with proper development/production import paths

These changes ensure students learn production-quality ML systems engineering patterns.
2025-09-25 10:45:14 -04:00
..