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