Weights quantization to uint8
Hi,
As the title says, I'm trying to use a model with integer weights in cube_ai for speed and size performances.
I converted the original keras model to int operations using TFtiny, but when I try to import it, cube_ai throws an error warning me that only float32 operations are allowed. I saw in the user manual and in the generated code that int operations should be supported, isn't this the case? If so, how should I go about converting my model to only integer operations?
