tinymlgen
tinymlgen copied to clipboard
Generate C code for microcontrollers from Tensorflow models
Results
1
tinymlgen issues
Sort by
recently updated
recently updated
newest added
`OPTIMIZE_FOR_SIZE ` has been deprecated by TensorFlow , I learnt this from the [documentation ](https://www.tensorflow.org/lite/api_docs/python/tf/lite/Optimize) , This has been replaced by 'DEFAULT', this does the same as `OPTIMIZE_FOR_SIZE ` and...