Skip to content

Commit

Permalink
fixup: tests: benchdnn: fixed number of operations count for deconv
Browse files Browse the repository at this point in the history
* Fixed initialization order
  • Loading branch information
akharito authored and Roman Dubtsov committed Jan 6, 2019
1 parent 42f0a7f commit 4bdffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchdnn/conv/conv_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ struct prb_t: public desc_t {
const dt_conf_t *cfg;
alg_t alg;
attr_t attr;
bool is_deconv;

double ops;
float *scales;
bool is_deconv;

void count_ops();
void generate_oscales();
Expand Down

0 comments on commit 4bdffc2

Please sign in to comment.