mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-08 07:32:31 -05:00
Module 02_tensor now follows the correct pattern learned from layers_dev: 1. ## 🧪 Module Testing (explanation) 2. Standardized testing cell with run_module_tests_auto 3. Actual test functions (test_unit_tensor_creation, test_unit_tensor_properties, test_unit_tensor_arithmetic) 4. ## 🎯 Module Summary ✅ Moved test functions from end of file to proper location after standardized testing ✅ Removed duplicate test functions ✅ Students now see actual test implementations before the summary ✅ run_module_tests_auto will auto-discover and run all tests