提交 78e44fde 编写于 作者: S Shixiaowei02

update

上级 5145a934
......@@ -186,6 +186,10 @@ TEST(conv_arm_int8, int8_int32) {
group = oc = ic;
}
LOG(INFO) << "flag_bias: " << flag_bias;
LOG(INFO) << "flag_relu: " << flag_relu;
LOG(INFO) << "depthwise: " << depthwise;
const int dks = dilation * (ks - 1) + 1;
int oh = (ih + 2 * padding - dks) / stride + 1;
int ow = (iw + 2 * padding - dks) / stride + 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册