pytorch/test/cpp
Richard Barnes 3f5b59eef4 [codemod] c10::optional -> std::optional in caffe2/aten/src/ATen/DeviceGuard.h +117 (#126901)
Summary:
Generated with
```
fbgs -f '.*\.(cpp|cxx|cc|h|hpp|cu|cuh)$' c10::optional -l | perl -pe 's/^fbsource.fbcode.//' | grep -v executorch | xargs -n 50 perl -pi -e 's/c10::optional/std::optional/g'
```

 - If you approve of this diff, please use the "Accept & Ship" button :-)

(117 files modified.)

Test Plan: Sandcastle

Reviewed By: palmje

Pull Request resolved: https://github.com/pytorch/pytorch/pull/126901
Approved by: https://github.com/Skylion007, https://github.com/eqy
2024-05-24 00:26:15 +00:00
..
aoti_abi_check
aoti_inference
api Use object identity for deepcopy memo (#126126) 2024-05-17 00:06:26 +00:00
c10d [BE] split seq_id to collective_seq_id and p2p_seq_id (#125727) 2024-05-21 03:26:49 +00:00
common
dist_autograd
jit [Submodule] Clear USE_QNNPACK build option (#126941) 2024-05-24 00:12:56 +00:00
lazy [codemod] c10:optional -> std::optional (#126135) 2024-05-14 19:35:51 +00:00
lite_interpreter_runtime
monitor
profiler
rpc Revert " [Distributed] [7/N] Fix clang-tidy warnings in torch/csrc/distributed/c10d (#124987)" 2024-04-30 00:37:53 +00:00
tensorexpr [codemod] c10::optional -> std::optional in caffe2/aten/src/ATen/DeviceGuard.h +117 (#126901) 2024-05-24 00:26:15 +00:00
__init__.py