I am able to use the type memref<1x1x1x1xquant.uniform<u8<1:255>:f16, 6.17568E-5:128>> without any problems.
But when I try using type aliases like this:
!qtype = type !quant.uniform<u8<1:255>:f16, 6.17568E-5:128>
memref<1x1x1x1x!qtype>
I get an “invalid memref element type”. Does anyone know how to properly use type aliases in this scenario?