#include "ort_utils.h" namespace mmdeploy { std::vector& get_mmdeploy_custom_ops() { static std::vector _custom_ops; return _custom_ops; } } // namespace mmdeploy