Given a defined Convolutional Neural Network, is there a function or method on how to compute the number of Multiply-Adds
operations?
The term was introduced MobileNetV2
paper : https://arxiv.org/pdf/1801.04381.pdf.
We evaluate the trade-offs between accuracy, and number of operations measured by multiply-adds (MAdd), as well as actual latency, and the number of parameters.