baidu-research / DeepBench

Benchmarking Deep Learning operations on different hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function calc_flops does not contain backward flops.

etaf opened this issue · comments

commented

Hi, in DeepBench/code/intel/convolution/mkl_conv/std_conv_bench.cpp: function calc_flops only calculate the forward flops, it did not contain backward flops, is this a bug ?

@rsdubtso , @dmudiger , can you please comment?

Beg my pardon for the delay... The backward flops are equal to the forward flops.

commented

Thanks.