1 #include "caffe2/operators/quantized/int8_dequantize_op.h" 5 REGISTER_CPU_OPERATOR(Int8Dequantize, int8::Int8DequantizeOp);
7 OPERATOR_SCHEMA(Int8Dequantize)
8 .IdenticalTypeAndShape()
11 .Input(0,
"qX",
"Int8 Tensor qX.")
12 .Output(0,
"Y",
"FP32 Tensor that represents mapped real value of qX.");
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...