pytorch
d28a8823 - [ONNX] Remove excessive deprecation messages (#86065)

Commit
2 years ago
[ONNX] Remove excessive deprecation messages (#86065) The deprecation messages in SymbolicContext will be emitted every time it is initialized. Since we already emit deprecation messages at registration time, the deprecation decorator can be removed in `__init__` to reduce noise. Pull Request resolved: https://github.com/pytorch/pytorch/pull/86065 Approved by: https://github.com/BowenBao
Author
Committer
Parents
Loading