SIGN IN SIGN UP

Move `Tensor.*` to namespace `api` (#4124)

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

Then, update usage via
```
find . -type f -exec sed -i 's/vTensor/api::vTensor/g' {} +
find . -type f -exec sed -i 's/api::vTensorPtr/vTensorPtr/g' {} +
```
ghstack-source-id: 232367491
exported-using-ghexport

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

Reviewed By: SS-JIA

Differential Revision: D59281541

fbshipit-source-id: 2258b9d2da22a966cf5b4c297ba4e5eb47123e0f
J
Jorge Pineda committed
c839b9e74af993b0175e2058e9f88f6021824785
Parent: 0490402
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 7/2/2024, 10:47:29 PM