1# mypy: allow-untyped-defs 2import torch._C._lazy_ts_backend 3 4 5def init(): 6 """Initializes the lazy Torchscript backend""" 7 torch._C._lazy_ts_backend._init() 8