#include "ocos.h"
#include "negpos.hpp"
#include "inverse.hpp"
template const OrtCustomOp** LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>();
FxLoadCustomOpFactory LoadCustomOpClasses_Math = &LoadCustomOpClasses<CustomOpNegPos, CustomOpInverse>;microsoft/onnxruntime-extensions
Publicmirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable
operators/math/math.cc
7lines · modepreview