fix compile error

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

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

Loading…
Cancel
Save