Skip to content

Commit

Permalink
Merge 0355771 into 548cba8
Browse files Browse the repository at this point in the history
  • Loading branch information
yx9527 committed Mar 18, 2020
2 parents 548cba8 + 0355771 commit 6ab110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/innerproduct.cpp
Expand Up @@ -171,7 +171,7 @@ int InnerProduct::forward_int8(const Mat& bottom_blob, Mat& top_blob, const Opti
quantize_float32_to_int8(bottom_blob, bottom_blob_tm, bottom_blob_int8_scale, opt_g);
}

top_blob.create(num_output, elemsize, opt.blob_allocator);
top_blob.create(num_output, 4u, opt.blob_allocator);
if (top_blob.empty())
return -100;

Expand Down

0 comments on commit 6ab110b

Please sign in to comment.