mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
This is a big bang PR, merge conflicts are probably expected and will be addressed at merge. Pull Request resolved: https://github.com/pytorch/pytorch/pull/81643 Approved by: https://github.com/ezyang
7 lines
136 B
Python
7 lines
136 B
Python
import torch._C._lazy_ts_backend
|
|
|
|
|
|
def init():
|
|
"""Initializes the lazy Torchscript backend"""
|
|
torch._C._lazy_ts_backend._init()
|