Open
Description
64-bit storage type for quantized type is often used for certain settings like on-device or when dealing with models that are quality-sensitive. For example, a TFLite micro kernel supports 64-bit quantized types for 16x8 quantized operations.
Currently the Quant dialect allows up to 32 bit storage bits: MaxStorageBits. Bump this limit up to 64.