// Copyright (c) OpenMMLab. All rights reserved. #include "codebase/mmrotate/mmrotate.h" using namespace std; namespace mmdeploy { namespace mmrotate { REGISTER_CODEBASE(MMRotate); } // namespace mmrotate MMDEPLOY_DEFINE_REGISTRY(mmrotate::MMRotate); } // namespace mmdeploy