// Copyright (c) OpenMMLab. All rights reserved. #include "net.h" #include "registry.h" namespace mmdeploy { // template class Registry; // template class Creator; MMDEPLOY_DEFINE_REGISTRY(Net); } // namespace mmdeploy