pytorch/torch/_library
rzou 1542874311 Delete qualname from custom_op decorator (#124092)
I forgot to delete this in an earlier PR.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/124092
Approved by: https://github.com/albanD
ghstack dependencies: #123937, #124064, #124065, #124066, #124071, #124089
2024-04-18 12:48:04 +00:00
..
__init__.py Add register_autograd to register backward formulas for custom ops (#123110) 2024-04-05 22:03:47 +00:00
abstract_impl.py Rename impl_abstract to register_fake, part 1/2 (#123937) 2024-04-17 12:46:01 +00:00
autograd.py Add OpOverload.redispatch; use it in new custom ops API (#124089) 2024-04-18 12:48:04 +00:00
custom_ops.py Delete qualname from custom_op decorator (#124092) 2024-04-18 12:48:04 +00:00
fake_class_registry.py Add torch._library.register_fake_class to fakify torchBind class (#122622) 2024-04-02 23:52:17 +00:00
simple_registry.py Rename impl_abstract to register_fake, part 1/2 (#123937) 2024-04-17 12:46:01 +00:00
utils.py Stop requiring a pystub for register_fake by default (#124064) 2024-04-17 23:51:20 +00:00