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

Commit bde443e

Browse files
ZhennanQinpengzhao-intel
authored andcommitted
Fix dequantize memory corruption (#16606)
Change-Id: I51b62a32987bdbcf96f04b1bc6617e66796f648b
1 parent 8270672 commit bde443e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/operator/quantization/dequantize.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ bool DequantizeStorageType(const nnvm::NodeAttrs& attrs,
4343
}
4444
#endif
4545
(*out_attrs)[0] = kDefaultStorage;
46-
(*out_attrs)[1] = kDefaultStorage;
47-
(*out_attrs)[2] = kDefaultStorage;
4846
return true;
4947
}
5048

0 commit comments

Comments
 (0)