Fix `as_strided` for inputs smaller than the arguments specification. (#5914)
* Add test.
* Create `base_` tensor for views.
* Use base tensor in `as_strided` operation.
* Set base tensor of `as_strided`.
* Fix lint errors.
* Fix for disabled functionalization.
* Address review.