Note of pytorch internals from the maintainer of pytorch.

Concepts:

Tensor: a multi-dimensional matrix containing elements of a single data type. Storage: a one-dimensional array of numerical data. Strides: a tuple of integers indicating the number of elements to step in each dimension when traversing a tensor.