mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-03 09:07:42 -05:00
docs: Clean up whitespace and formatting in module READMEs
- Fixed trailing whitespace in several module README files - Ensures consistent formatting across all documentation
This commit is contained in:
@@ -75,7 +75,7 @@ jupyter notebook tensor_dev.ipynb
|
||||
|
||||
### Step-by-Step Implementation
|
||||
1. **Basic Tensor class** - Constructor and properties
|
||||
2. **Shape management** - Understanding tensor dimensions
|
||||
2. **Shape management** - Understanding tensor dimensions
|
||||
3. **Arithmetic operations** - Addition, multiplication, etc.
|
||||
4. **Utility methods** - Reshape, transpose, sum, mean
|
||||
5. **Error handling** - Robust edge case management
|
||||
@@ -95,7 +95,7 @@ print(f"Sum: {x.sum()}") # Should be 10.0
|
||||
# Export your tensor implementation
|
||||
tito export
|
||||
|
||||
# Test your implementation
|
||||
# Test your implementation
|
||||
tito test --module tensor
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user