1 #include "caffe2/operators/free_op.h" 4 REGISTER_CPU_OPERATOR(Free, FreeOp<CPUContext>);
5 SHOULD_NOT_DO_GRADIENT(Free);
9 .NumOutputs(1, INT_MAX)
11 .EnforceOneToOneInplace()
13 Frees the content of the blobs. The input and output blobs should be 14 one-to-one inplace.)DOC"); A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...