提交 c7f24589 编写于 作者: H hedaoyuan

Fix some warning.

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