16 lines
283 B
C++
16 lines
283 B
C++
|
// 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
|