提交 c7f24589 编写于 作者: H hedaoyuan

Fix some warning.

上级 72bb211b
...@@ -302,6 +302,10 @@ public: ...@@ -302,6 +302,10 @@ public:
bool isSparse() const { return true; } bool isSparse() const { return true; }
private: private:
using Matrix::mul;
using Matrix::copyFrom; using Matrix::copyFrom;
using Matrix::rowMax;
using Matrix::print;
using Matrix::subMatrix;
}; };
} // namespace paddle } // namespace paddle
...@@ -14,8 +14,8 @@ limitations under the License. */ ...@@ -14,8 +14,8 @@ limitations under the License. */
#pragma once #pragma once
#include <cstddef> #include <cstddef>
#include "Matrix.h"
#include "CpuSparseMatrix.h" #include "CpuSparseMatrix.h"
#include "Matrix.h"
namespace paddle { namespace paddle {
...@@ -234,6 +234,9 @@ public: ...@@ -234,6 +234,9 @@ public:
private: private:
using Matrix::mul; using Matrix::mul;
using Matrix::copyFrom; using Matrix::copyFrom;
using Matrix::rowMax;
using Matrix::print;
using Matrix::subMatrix;
}; };
} // namespace paddle } // namespace paddle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册