ts_backend.py 163 B

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