We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear all,
I was trying to convert a tflite model to an ARM NN model. In tensorflow lite implementation, there is a mechanism called fusedActivation, which infuse the relu activation function with a FC layer. However, I didn't see any parameter in Fully-connected Layer Functions that can set up infusing in the ARM NN library. Does ARM-NN support this mechanism natively?
Many thanks!