mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
See #127836 for details. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127845 Approved by: https://github.com/oulgen ghstack dependencies: #127842, #127843, #127844
6 lines
145 B
Python
6 lines
145 B
Python
# mypy: allow-untyped-defs
|
|
# this is for historical pickle deserialization, it is not used otherwise
|
|
|
|
def _get_thnn_function_backend():
|
|
pass
|