ZhennanQin commented on a change in pull request #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#discussion_r251821222
########## File path: include/mxnet/c_api.h ########## @@ -1566,7 +1566,7 @@ MXNET_DLL int MXSymbolInferType(SymbolHandle sym, * \param num_offline number of parameters that are quantized offline * \param offline_params array of c strings representing the names of params quantized offline * \param quantized_dtype the quantized destination type for input data. - * \param calib_quantize whether calibrate quantize op with offline calibration data. + * \param calib_quantize **Deperated**. quantize op will always be calibrated if could. Review comment: Thanks for catching bug. Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
