1 #include "caffe2/operators/data_couple.h" 4 REGISTER_CPU_OPERATOR(DataCouple, DataCoupleOp<CPUContext>);
6 OPERATOR_SCHEMA(DataCouple)
7 .EnforceOneToOneInplace()
10 A one to one operator that takes an arbitrary number of input and output blobs 11 such that each input blob is inplace with it's matching output blob. It then proceedes 12 to do nothing with each of these operators. This serves two purposes. It can make it 13 appear as if a blob has been written to, as well as can tie together different blobs A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...