17 #include "caffe2/core/module.h" 18 #include "caffe2/core/operator.h" 22 CAFFE2_MODULE(caffe2_module_test_dynamic,
"Dynamic module only used for testing.");
28 using OperatorBase::OperatorBase;
29 bool Run(
int )
override {
32 virtual string type() {
37 REGISTER_CPU_OPERATOR(
39 OPERATOR_SCHEMA(Caffe2ModuleTestDynamicDummy);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...