提交 43606158 编写于 作者: T tensor-tang

fix compile error

上级 0596cd88
...@@ -29,7 +29,7 @@ protected: ...@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册