Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix dequantize memory corruption (#16606)
Browse files Browse the repository at this point in the history
Change-Id: I51b62a32987bdbcf96f04b1bc6617e66796f648b
  • Loading branch information
ZhennanQin authored and pengzhao-intel committed Oct 24, 2019
1 parent 8270672 commit bde443e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/operator/quantization/dequantize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ bool DequantizeStorageType(const nnvm::NodeAttrs& attrs,
}
#endif
(*out_attrs)[0] = kDefaultStorage;
(*out_attrs)[1] = kDefaultStorage;
(*out_attrs)[2] = kDefaultStorage;
return true;
}

Expand Down

0 comments on commit bde443e

Please sign in to comment.