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!
That's great to know! Would you be able to share your solution here in case anyone else has the same issue?