提交 573cdb60 编写于 作者: X xuwei06 提交者: Yu Yang

Formatted by pre-commit

Change-Id: I2b58c8d854aa31096a6b6e49c1c120f7acec622b
上级 fa33262d
......@@ -131,11 +131,9 @@ void ConvProjection::reshape(int batchSize) {
size_t width = calOutputSize();
CHECK_EQ(width, out_->value->getWidth());
CHECK_EQ(channels_ * imageH_ * imageW_, in_->value->getWidth())
<< "Wrong input size for convolution"
<< " channels=" << channels_
<< " imageH=" << imageH_
<< " imageW=" << imageW_
<< " inputSize=" << in_->value->getWidth();
<< "Wrong input size for convolution"
<< " channels=" << channels_ << " imageH=" << imageH_
<< " imageW=" << imageW_ << " inputSize=" << in_->value->getWidth();
isSelectAlgo_ = (batchSize == batchNum_);
batchNum_ = batchSize;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册