SIGN IN SIGN UP

Move `GPUMemoryLayout` and `StorageType` to `utils/` (#4180)

Summary:
Pull Request resolved: https://github.com/pytorch/executorch/pull/4180

```
find . -type f -exec sed -i 's/vkapi::kBuffer/utils::kBuffer/g' {} +
find . -type f -exec sed -i 's/vkapi::kTexture/utils::kTexture/g' {} +
find . -type f -exec sed -i 's/vkapi::kWidthPacked/utils::kWidthPacked/g' {} +
find . -type f -exec sed -i 's/vkapi::kHeightPacked/utils::kHeightPacked/g' {} +
find . -type f -exec sed -i 's/vkapi::kChannelsPacked/utils::kChannelsPacked/g' {} +
find . -type f -exec sed -i 's/vkapi::to_packed_dim_nchw_offset/utils::to_packed_dim_nchw_offset/g' {} +
find . -type f -exec sed -i 's/vkapi::GPUMemoryLayout/utils::GPUMemoryLayout/g' {} +
find . -type f -exec sed -i 's/vkapi::StorageType/utils::StorageType/g' {} +
```
ghstack-source-id: 233085713
exported-using-ghexport

bypass-github-export-checks
bypass-github-pytorch-ci-checks
bypass-github-executorch-ci-checks

Reviewed By: SS-JIA

Differential Revision: D59527913

fbshipit-source-id: 8b12e119cfa9675671ee627e165fb24cbc8c3f76
J
Jorge Pineda committed
fdc6a679cb63ef67bab6b1ad73d57e2c73b00378
Parent: f09a8f6
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 7/9/2024, 10:32:52 PM