xref: /aosp_15_r20/external/pytorch/torch/nn/backends/thnn.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1# mypy: allow-untyped-defs
2# this is for historical pickle deserialization, it is not used otherwise
3
4
5def _get_thnn_function_backend():
6    pass
7