1 #include "caffe2/operators/quantized/int8_channel_shuffle_op.h" 5 REGISTER_CPU_OPERATOR(Int8ChannelShuffle, int8::Int8ChannelShuffleOp);
7 OPERATOR_SCHEMA(Int8ChannelShuffle)
8 .IdenticalTypeAndShape()
9 .Arg(
"Y_scale",
"Output tensor quantization scale")
10 .Arg(
"Y_zero_point",
"Output tensor quantization offset")
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...