// Copyright (c) OpenMMLab. All rights reserved. #include "codebase/mmcls/mmcls.h" namespace mmdeploy { namespace mmcls { REGISTER_CODEBASE(MMClassification); } MMDEPLOY_DEFINE_REGISTRY(mmcls::MMClassification); } // namespace mmdeploy