#include "ocos.h"
#include "negpos.hpp"
#ifdef ENABLE_DLIB
#include "dlib/inverse.hpp"
#endif
#include "segment_extraction.hpp"
#include "segment_sum.hpp"
FxLoadCustomOpFactory LoadCustomOpClasses_Math =
LoadCustomOpClasses<CustomOpClassBegin,
CustomOpNegPos,
#ifdef ENABLE_DLIB
CustomOpInverse,
#endif
CustomOpSegmentExtraction,
CustomOpSegmentSum>;microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
operators/math/math.cc
17lines · modepreview