SIGN IN SIGN UP

add unsupported module list for partitioner (#139)

Summary:
Pull Request resolved: https://github.com/pytorch/executorch/pull/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
M
Max Ren committed
41125f9a7a17228215acf58ea4c59fbf56f35427
Parent: 76b1385
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 8/26/2023, 12:55:02 AM