mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
10 lines
167 B
C++
10 lines
167 B
C++
#include "caffe2/core/db.h"
|
|
|
|
namespace caffe2 {
|
|
namespace db {
|
|
|
|
DEFINE_REGISTRY(Caffe2DBRegistry, DB, const string&, Mode);
|
|
|
|
} // namespacd db
|
|
} // namespace caffe2
|