mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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
|