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

edgify / torch   python

Repository URL to install this package:

Version: 2.0.1+cpu 

/ _inductor / triton_ops / __init__.py

from ..utils import has_triton

if has_triton():
    from .conv import _conv, conv
    from .conv1x1 import _conv1x1, conv1x1

    __all__ = ["_conv", "conv", "_conv1x1", "conv1x1"]