Add device_check place holder for functions (#56870)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/56870
Automatic generation of device check code will be supported in
following PRs.
Changed are generaetd via:
1. Codemod
```
fastmod ' device_guard: False' ' device_check: NoCheck
device_guard: False' aten/src/ATen/native/native_functions.yaml
```
2. Python script: https://gist.github.com/wenleix/be20c34bbbfcee0b289cdea2cf15b16c
ghstack-source-id: 127914016
Test Plan: auto test
Reviewed By: ezyang
Differential Revision: D27986427
fbshipit-source-id: 4e598a30306b80b5ade27af70d3e58770e401fc2