Memory layout

PyTorch Developer Podcast - Een podcast door Edward Yang, Team PyTorch

Podcast artwork

Categorieën:

Memory layout specifies how the logical multi-dimensional tensor maps its elements onto physical linear memory. Some layouts admit more efficient implementations, e.g., NCHW versus NHWC. Memory layout makes use of striding to allow users to conveniently represent their tensors with different physical layouts without having to explicitly tell every operator what to do.

Visit the podcast's native language site