Files
TinyTorch/modules
Vijay Janapa Reddi 39b52e077c Fix attention module execution and function organization
- Consolidate test execution in main block for proper module structure
- Fix function name consistency and execution flow
- Ensure attention mechanisms work correctly for sequence processing

This completes the core neural network components needed for transformer
architectures in the TinyGPT capstone module.
2025-09-18 16:42:46 -04:00
..