microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4a0f8929494fa301baa6c59f617cce7872a7c4c8

Branches

Tags

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

Clone

HTTPS

Download ZIP

ocos/ortcustomops.lds

7lines · modecode

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