Shashwat Khandelwal

Results 3 issues of Shashwat Khandelwal

The notebook tutorial contains: - QCDQ - (Quant) LSTM implementation with standard ONNX operators. - 'Scan' ONNX operator usage to implement the QCDQ LSTM graph to enable inputs/weights/activation quantization and...

The notebook attached with this bug report describes an error scenario of the multithreshold operator (after applying the **_AbsorbAddIntoMultithreshold_** transformation) during _finn-onnx_ graph execution: **Error operator** : Multithreshold. **Error description**...

bug

**PR Description:** This PR introduces a new transformation, `MoveLinearPastEltwiseMul`, which optimises the computation graph by moving linear multiplication operations past elementwise multiplication operations when possible. - **Pattern before transformation:** \[(x...