microsoft/onnxruntime-extensions
Publicmirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable
onnxruntime_customops/utils.py
8lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | # Licensed under the MIT License. See License.txt in the project root for |
| 3 | # license information. |
| 4 | ############################################################################### |
| 5 | |
| 6 | from .mytorch import trace_for_onnx # noqa |
| 7 | from .mytorch import op_from_model # noqa |
| 8 | from .mytorch import build_customop_model # noqa |
| 9 | |