Fix `tensor.stride()` type hint (#84177)
`tensor.stride()` now hints at tuple of variable length instead of tuple with constant length of 1
Fixes #84176
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84177
Approved by: https://github.com/Chillee