KellenSunderland 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_r244620489
##########
File path: include/mxnet/c_api.h
##########
@@ -1556,13 +1556,12 @@ 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.
*/
MXNET_DLL int MXQuantizeSymbol(SymbolHandle sym_handle, SymbolHandle
*ret_sym_handle,
const mx_uint num_excluded_symbols,
const char **excluded_symbols,
const mx_uint num_offline, const char
**offline_params,
- const char *quantized_dtype, const bool
calib_quantize);
+ const char *quantized_dtype);
Review comment:
Certainly for the c_api. My understanding is that we're more concerned with
user facing APIs, but maybe we could check with @szha.
----------------------------------------------------------------
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