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/extensions.cc

5lines · modecode

1// this is a stub C++ file for DLL/dlib/so generation
2#include "onnxruntime_extensions.h"
3
4// need a reference to a function from the static library for ld in Linux
5auto exported_func_1 = &RegisterCustomOps;
6