mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add device and key for lazy tensors (#61621)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/61621 Test Plan: CI Reviewed By: mruberry Differential Revision: D29912934 Pulled By: asuhan fbshipit-source-id: 493c32063a3e756d93cbf1d876563a35eaafb537
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2945a73d90
commit
b176feec1e
@ -55,6 +55,7 @@ class PythonDispatcher:
|
||||
"CPU", "AutogradCPU",
|
||||
"QuantizedCPU", "AutogradOther",
|
||||
"XLA", "AutogradXLA",
|
||||
"Lazy", "AutogradLazy",
|
||||
]
|
||||
alias_keys = [
|
||||
"CompositeExplicitAutograd",
|
||||
|
Reference in New Issue
Block a user