Formatted by pre-commit

Change-Id: I2b58c8d854aa31096a6b6e49c1c120f7acec622b
avx_docs
xuwei06 9 years ago committed by Yu Yang
parent fa33262d2e
commit 573cdb60f4

@ -132,10 +132,8 @@ void ConvProjection::reshape(int batchSize) {
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();
<< " channels=" << channels_ << " imageH=" << imageH_
<< " imageW=" << imageW_ << " inputSize=" << in_->value->getWidth();
isSelectAlgo_ = (batchSize == batchNum_);
batchNum_ = batchSize;

Loading…
Cancel
Save