TaoLv commented on a change in pull request #17187: [MKLDNN] Support channel wise quantization
for FullyConnected
URL: https://github.com/apache/incubator-mxnet/pull/17187#discussion_r361904380
##########
File path: include/mxnet/c_api.h
##########
@@ -1944,8 +1945,8 @@ MXNET_DLL int MXQuantizeSymbol(SymbolHandle sym_handle,
const char **excluded_op_names,
const uint32_t num_offline, const char **offline_params,
const char *quantized_dtype, const bool calib_quantize,
- const char *quantize_mode, uint32_t* out_num_calib_names,
- const char ***out_calib_names);
+ const char *quantize_mode, const char *quantize_granularity,
+ uint32_t* out_num_calib_names, const char ***out_calib_names);
Review comment:
Break backward compatibility?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|