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 / onnx / _internal / fx / __init__.py
Size: Mime:
from .patcher import ONNXTorchPatcher
from .serialization import save_model_with_external_data


__all__ = [
    "save_model_with_external_data",
    "ONNXTorchPatcher",
]