FC、Conv等FLOPS计算 FLOPS, floating point operations per second. 每秒的浮点运算数。 MADD、MACC(multiply-accumulate operations):先乘起来再加起来的运算次数。 y = w[0]*x[0] + w[1]*x[1] + w