microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cd5ea11aaa691097dc26c5eeba1985aec58c2afa

Branches

Tags

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

Clone

HTTPS

Download ZIP

shared/ortcustomops.lds

7lines · modecode

1VERS_1.0.0 {
2 global:
3 RegisterCustomOps;
4 PyInit__ortcustomops;
5 local:
6 *;
7};
8