Part Number: TDA4VM
Tool/software:
Hi,
I am working on TDA4VM EVM for the first time. I'm using the latest version of SDK 10_00_00_05, latest version of EDGEAI_TIDL_TOOLS 10_00_08_00.
Here are all the supported Operators on TIDL-RT: https://github.com/TexasInstruments/edgeai-tidl-tools/blob/10_00_08_00/docs/supported_ops_rts_versions.md
I want to run a custom model created and trained using TensorFlow and Keras on MMA. I noticed that the `Flatten` layer is not supported, so I would like to replace it with `GlobalAveragePooling2D`.
Here is my question: Will the Mean TFLite operator be called when I use the `GlobalAveragePooling2D` layer? If not, is `GlobalAveragePooling2D` supported, and which Keras layer is linked to the Mean TFLite operator?

Thanks,
Azer

