File size: 163 Bytes
d1ceb73
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# mypy: allow-untyped-defs
import torch._C._lazy_ts_backend


def init():
    """Initializes the lazy Torchscript backend"""
    torch._C._lazy_ts_backend._init()