mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 09:53:21 -05:00
Standardize section headers for 04_layers module
This commit is contained in:
@@ -252,6 +252,11 @@ def matmul(A: np.ndarray, B: np.ndarray) -> np.ndarray:
|
||||
return C
|
||||
### END SOLUTION
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
## 🔧 DEVELOPMENT
|
||||
"""
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
### 🧪 Test Your Matrix Multiplication
|
||||
|
||||
Reference in New Issue
Block a user