microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.3.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

operators/math/math.cc

7lines · modepreview

#include "ocos.h"
#include "negpos.hpp"
#include "inverse.hpp"

template const OrtCustomOp** LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>();

FxLoadCustomOpFactory LoadCustomOpClasses_Math = &LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>;