Fixed warning in the file.
Removed the warning in the file.
This commit is contained in:
parent
c42ecd7b85
commit
d21a945c02
@ -64,7 +64,7 @@ class BaseConvolutionOpModel : public SingleOpModel {
|
||||
filter.per_channel_quantization_scales.size());
|
||||
std::vector<int64_t> bias_zero_points(
|
||||
filter.per_channel_quantization_scales.size());
|
||||
for (int i = 0; i < filter.per_channel_quantization_scales.size();
|
||||
for (size_t i = 0; i < filter.per_channel_quantization_scales.size();
|
||||
++i) {
|
||||
bias_scale[i] =
|
||||
input.scale * filter.per_channel_quantization_scales[i];
|
||||
|
Loading…
Reference in New Issue
Block a user