提交 4490bf96 编写于 作者: Q qingqing01 提交者: GitHub

Merge pull request #990 from pengli09/norm-layer

Change float to real in NormLayer.h
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
class ResponseNormLayer : public NormLayer { class ResponseNormLayer : public NormLayer {
protected: protected:
size_t channels_, size_, outputX_, imgSize_, outputY_, imgSizeY_; size_t channels_, size_, outputX_, imgSize_, outputY_, imgSizeY_;
float scale_, pow_; real scale_, pow_;
MatrixPtr denoms_; MatrixPtr denoms_;
public: public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册