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
add unsupported module list for partitioner (#139)
Summary:
Pull Request resolved: #139
For Quantized Mobilenetv3.
Right now decomposed hardswish and hardsigmoid gets partitioned with XNNPACKQuantizedPartitioner2, because they contain simple ops like add, mul, div, etc.
These ops are all in FP32 since xnnpack doesn't support the quantized variants. Since we don't currently have support for a unified partition, we want to block the from our Quantized Partitioner.
Reviewed By: digantdesai
Differential Revision: D48667680
fbshipit-source-id: 20f7a82aa2f3f383b36b908951b32fbc0184fdb4
0 commit comments