🚀 Feature
@ezyang tells me that's what https://github.com/facebookresearch/functorch/blob/619f392a0b1afa132b9c791c85c75538b2482788/functorch/_src/python_key.py#L28-L31 is supposed to do, but the code actually resizes the storage to having the passed-in sizes and strides.
Motivation
This saves memory. Also helps prevent #62730 from happening