https://github.com/Microsoft/CNTK
Revision ef09af89e542413e8c158d12a20ace86ea5ac10c authored by Frank Seide on 28 August 2015, 06:06:59 UTC, committed by Frank Seide on 28 August 2015, 06:06:59 UTC
ComputationNode no longer has a public constructor, to enforce that it is ever only constructed using ComputationNode::New() which does part of construction using virtual functions
1 parent e4a8ee0
History
Tip revision: ef09af89e542413e8c158d12a20ace86ea5ac10c authored by Frank Seide on 28 August 2015, 06:06:59 UTC
ComputationNode derivates now have a typedef Base to specify their direct base class in the hierarchy, in to reduce risk of bugs from calling the wrong base-class functions;
Tip revision: ef09af8
File Mode Size
Common
DataReader
Demos
Documentation
ExampleSetups
MachineLearning
Math
Scripts
Tests
license
.gitattributes -rw-r--r-- 21 bytes
.gitignore -rw-r--r-- 2.6 KB
CNTK.sln -rw-r--r-- 21.4 KB
CppCntk.vssettings -rw-r--r-- 10.0 KB
Makefile -rw-r--r-- 12.2 KB
Makefile_kaldi.cpu -rw-r--r-- 8.2 KB
Makefile_kaldi.gpu -rw-r--r-- 9.4 KB
Makefile_kaldi2.cpu -rw-r--r-- 8.2 KB
Makefile_kaldi2.gpu -rw-r--r-- 9.1 KB
README -rw-r--r-- 4.7 KB
ThirdPartyNotices.txt -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 9.8 KB
kaldi_vars.mk -rw-r--r-- 927 bytes

README

back to top