Commit d8b526e
committed
Update on "[jit] register __getitem__ builtin"
[jit] register __getitem__ builtin
Summary:
Follow up of #21990, I am switching index select operations to a standard __getitem__ builtin, rather than bunch of different builtins according to the type, such as prim::DictIndex, prim::ListIndex, etc. This will also aligned with the some other magic methods that we already use
gh-metadata: pytorch pytorch 22276 gh/wanchaol/28/head1 parent 5b65f37 commit d8b526e
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | 278 | | |
297 | 279 | | |
298 | 280 | | |
| |||
0 commit comments