Files
TinyTorch/tests
Vijay Janapa Reddi 2791946db7 Create comprehensive module tests for Layers using mock-based approach
- Implement comprehensive pytest test suite for Dense layer and matrix multiplication
- Use simple, visible MockTensor class to avoid cross-module dependencies
- Test initialization, forward pass, edge cases, and integration scenarios
- Include performance tests and parameter counting
- Demonstrate mock-based testing approach for grading
- Provide 6 test classes with 20+ test methods covering all functionality
2025-07-12 19:44:41 -04:00
..