diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 15:32:16 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 15:32:16 +0800 |
commit | 8478ded3f4784dd2bb074e69a209a8c9a47179d7 (patch) | |
tree | bf9df9146f0d06b3bef62b5dd73af6d6f091b57c | |
parent | f910ddf6ed09344e8cea840d81dd63521cd96b45 (diff) | |
download | tnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.tar.gz tnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.tar.bz2 tnet-8478ded3f4784dd2bb074e69a209a8c9a47179d7.zip |
Virtual 6
-rw-r--r-- | src/CuTNetLib/cuComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h index a43680e..110cece 100644 --- a/src/CuTNetLib/cuComponent.h +++ b/src/CuTNetLib/cuComponent.h @@ -124,7 +124,7 @@ namespace TNet { virtual int GetOutSect(){return 1;} /// IO Data getters - virtual const CuMatrix<BaseFloat>& GetInput(int pos=0) { + const CuMatrix<BaseFloat>& GetInput(int pos=0) { if (NULL == mpInput) Error("mpInput is NULL"); return *mpInput; } |