Dynamic quantization

Hi all,

Judging by the output below, dynamic quantization is not supported in TFLite-micro?

MCU log:
Input type: FLOAT32 with filter type : INT8 not supported.
Node FULLY_CONNECTED (number 6f) failed to prepare with status 1

Is it sensible to try and implement it in TFLite?

My MCU has HW floating point and models without any optimizations work just fine. Is there any reason to apply dynamic quantization when floating point unit is available?

PS. I know that there are three questions above, but I am actually trying to understand one thing. Should I pursue the dynamic quantization.