SIGN IN SIGN UP

Create `containers/` folder in `api/` (#4181)

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

```
find . -type f -exec sed -i 's/api\/Tensor/api\/containers\/Tensor/g' {} +
find . -type f -exec sed -i 's/api\/ParamsBuffer/api\/containers\/ParamsBuffer/g' {} +
find . -type f -exec sed -i 's/api\/StorageBuffer/api\/containers\/StorageBuffer/g' {} +
```
ghstack-source-id: 233085712
exported-using-ghexport

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

Reviewed By: SS-JIA

Differential Revision: D59527912

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