Closed eshoguli closed 3 months ago
Hi @eshoguli
The following patch adds support for
Valid data type configurations:
* |src0 |src1 |src2 |dst |
* |:--------------|:------------------|:--------|:--------------|
* |QASYMM8 |QASYMM8_SIGNED |F32 |F32 |
Could you please confirm this is what you need?
It works from https://review.mlplatform.org/ml/ComputeLibrary, thanks!
In accordance with documentation NEGEMMLowpMatrixMultiplyCore
F32
dequantised output is supported only forQASYMM8_SIGNED
values insrc0
andscr1
:Why
F32
is not supported forQASYMM8
sources? Are you going to supportQASYMM8
sources in the future? Thanks!