H
Hacker News
Top
Best
New
Posted by matt_d 10/25/2025
Draw high dimensional tensors as a matrix of matrices
(blog.ezyang.com)
23 points
|
3 comments
IAmBroom 10/27/2025
|
next
[-]
Since matrices on a computer are actually 2-D matrices stored as linear 'arrays' (ok, memory locations)... I'm not sure what this is. Pretty standard implementation of the concept.
saagarjha 13 hours ago
|
prev
|
next
[-]
Curious why this isn’t in PyTorch.
mbowring 13 hours ago
|
prev
[-]
MATLAB does this