mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Part of #123062 - #123062 Pull Request resolved: https://github.com/pytorch/pytorch/pull/128596 Approved by: https://github.com/mikaylagawarecki
7 lines
146 B
Python
7 lines
146 B
Python
# mypy: allow-untyped-defs
|
|
# this is for historical pickle deserialization, it is not used otherwise
|
|
|
|
|
|
def _get_thnn_function_backend():
|
|
pass
|