1 #include "caffe2/operators/byte_weight_dequant_op.h" 3 #include "caffe2/utils/math.h" 7 REGISTER_CPU_OPERATOR(ByteWeightDequant, ByteWeightDequantOp<CPUContext>);
9 OPERATOR_SCHEMA(ByteWeightDequant).NumInputs(1).NumOutputs(1);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...