mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
12 lines
217 B
C++
12 lines
217 B
C++
|
// Copyright (c) OpenMMLab. All rights reserved.
|
||
|
|
||
|
#include "codebase/mmedit/mmedit.h"
|
||
|
|
||
|
#include "core/registry.h"
|
||
|
|
||
|
namespace mmdeploy::mmedit {
|
||
|
|
||
|
REGISTER_CODEBASE(MMEditPostprocess);
|
||
|
|
||
|
} // namespace mmdeploy::mmedit
|