mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 02:07:57 -05:00
- Fixed test_matrix_multiplication() → test_unit_matrix_multiplication() - Fixed test_dense_layer() → test_unit_dense_layer() - Fixed test_layer_activation() → test_unit_layer_activation() Ensures correct function names are called to match their definitions.