Jerry-Ge
Jerry-Ge
When trying to run the following command to install in editable mode: `pip install --editable . --config-settings editable_mode=strict --no-build-isolation ` Hit the following error: ``` Building wheels for collected packages:...
### Background and Request: In the current quantization flow (e.g., using XNNPack Quantizer), a quantized operator in edge dialect is something like ``` Q->DQ->[ADD_FP32]->Q->DQ ``` Request to enable a simple...
- with the introduction of tosa.sin and tosa.cos ops - update the legalization to do direct mapping