fix compile error

cross_channel_norm
tensor-tang 7 years ago
parent 0596cd8826
commit 4360615850

@ -29,7 +29,7 @@ protected:
bool transW_;
public:
MKLPackedWeight(MatrixPtr weight, bool transW = false) {
explicit MKLPackedWeight(MatrixPtr weight, bool transW = false) {
packedWeight_ = nullptr;
weight_ = weight->getData();
height_ = weight->getHeight();

Loading…
Cancel
Save