Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / _lazy / ts_backend.py
Size: Mime:
# mypy: allow-untyped-defs
import torch._C._lazy_ts_backend


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