1 #include "caffe2/db/create_db_op.h" 4 REGISTER_CPU_OPERATOR(CreateDB, CreateDBOp<CPUContext>);
6 OPERATOR_SCHEMA(CreateDB).NumInputs(0).NumOutputs(1);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...