mmdeploy/csrc/core/net.cpp

15 lines
236 B
C++

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