SIGN IN SIGN UP

Arm backend: Add additional tosa_supported_op checks for BI (#8593)

Add additional tosa_supported_op checks for BI

If a TosaSpecification without floating point support is used,
additional checks will be made during paritioning to make sure that we
don't partition operators that:
- are not quantized properly, i.e. does not have a dq-q pair
  surrounding them.
- should have been decomposed prior to qunatization, e.g. div should
  be decomposed to a mul and recip before quantization.

Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
Co-authored-by: Erik Lundell <erik.lundell@arm.com>
O
Oscar Andersson committed
c35df8bfe6b0dad1b823b443e70733ee072fd950
Parent: 68eb62f
Committed by GitHub <noreply@github.com> on 2/20/2025, 1:53:11 PM