microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
00448bc78c64665c9b3c3de5037f8db7e4728eb2

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