Commit 0b16d4d
Cleanup executorch::aten::... for cadence operators. (#6481)
Summary:
1. Remove all using-declarations and `namespace at/c10 = ...` from headers.
2. Use `::executorch::aten::...` instead of `at::...` or `c10::...` in cpp files.
Reviewed By: malfet, zonglinpeng
Differential Revision: D648644091 parent d695f15 commit 0b16d4d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments