utils.py 203 B

123456789
  1. """Backward compatibility module for torch.onnx.utils."""
  2. from __future__ import annotations
  3. __all__: list[str] = []
  4. from torch.onnx._internal.torchscript_exporter.utils import * # noqa: F401,F403