I'm looking for help configuring my Convolutional Neural Network (CNN) in Cortex-M with the latest CMSIS-NN (4.0.0) with non-TFLM but I'm having trouble finding documentation or support resources.
Since, ARM(CMSIS-NN) had deprecated the support for non-TFLM compatible function (link) and documentation available on ARM website is now no longer valid (link) with the latest CMSIS-NN library. I need one example project or resource so that I can implement and achieve same objective as mentioned in following link: (Deploying a Convolutional Neural Network on Cortex-M..)
Hi Devansh,
Does this document help?https://developer.arm.com/documentation/102591
Hi Ronan,
Thank you for the quick reply.
I am looking for the alternative of the following API's (marked in yellow) which are now deprecated (Reference)