microsoft/onnxruntime-extensions

Public

mirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
aa846c3116dfad3bddca6eaf3bd187c4ff498ecc

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
6from .mytorch import trace_for_onnx # noqa
7from .mytorch import op_from_model # noqa
8from .mytorch import build_customop_model # noqa
9