You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Like HTP quantizer, add support so that user can specify a filter function to xnnpack quantizer. If specified, we only quantize nodes that return True for the filter function as well. This allows a much finer control on how we quantize a graph.
For multichannel ASR, we don't want to quantize certain nodes in certain layers of the encoder. These nodes don't have a proper module_name, so having a proper controlled suppression of quantization for such nodes is not feasible without a filter function.
Reviewed By: mcr229
Differential Revision: D73677442
0 commit comments