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 / testing / _internal / fake_config_module3.py
Size: Mime:
import sys
from typing import Callable, Optional

from torch.utils._config_module import install_config_module


e_list = [1]
e_set = {1}
e_func: Optional[Callable] = None

install_config_module(sys.modules[__name__])