The formula for the number of MAC operations in CONV is given by Filter_height * filter_width * In_channels * out_height * out_width * out_channels.
I understand that multiplication and accumulation happens together every cycle. Does this formula also include the bias term addition?