mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-10 16:38:39 -05:00
- Added test_unit_convolution_operation() call after function definition - Added test_unit_conv2d_layer() call after function definition - Added test_unit_flatten_function() call after function definition Ensures all test functions are executed when cells run, providing immediate feedback to students.