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|
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||
Curious why this isn’t in PyTorch.
mbowring 13 hours ago|
MATLAB does this