microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
00b54739c555efeeeb29bcad687d5fab5caf0bc9

Branches

Tags

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

Clone

HTTPS

Download ZIP

shared/ortcustomops.lds

7lines · modepreview

VERS_1.0.0 {
 global:
  RegisterCustomOps;
  PyInit__ortcustomops;
 local:
  *;
};