Spaces:
Runtime error
Runtime error
| # -*- coding: utf-8 -*- | |
| from .api import * | |
| from .flatten import TracingAdapter | |
| from .torchscript import scripting_with_instances, dump_torchscript_IR | |
| __all__ = [k for k in globals().keys() if not k.startswith("_")] | |