C Code Generation Examples

Hi,

I have seen that the C code generation has been asked in the past here. However, after checking previous discussions I have not been able to see a clear example of how to go from lets say a Keras or TensorFlow model to C code that can be later compiled with for example GCC or other compiler to other platforms.

Could someone provide me with a clear example of this please?

Thanks

I have read that the export_library might work to generate the c code, but I can not manage to find how. Any idea?