CNTK/DataReader/LUSequenceReader
Frank Seide e2d567548c Matrix.h now no longer pulls in the CPU/GPUMatrix headers (this required cleaning up a few incorrect header dependencies as well);
cleaned up <class ElemType> vs. <typename ElemType> (using class since that was used more often, causing less diffs)
2015-09-06 17:17:07 +02:00
..
DataWriter.cpp created a new header file Basics.h, to take on the whole of the legacy basetypes.h (which was to contain a very limited set of generally useful core functions, like UTF8 conversion) 2015-05-18 19:36:04 -07:00
Exports.cpp LUSequenceReader changes: using multiple io stream. 2015-04-03 14:03:17 -07:00
LUSequenceParser.cpp added missing file Platform.h to VS Project; 2015-08-25 12:02:19 -07:00
LUSequenceParser.h Merge with master branch. 2015-07-05 22:19:18 -07:00
LUSequenceReader.cpp fixed wrong type of Matrix<float> in SetSentenceSegBatch(); 2015-09-03 15:18:17 -07:00
LUSequenceReader.h another fix related to the previous one 2015-09-03 15:21:26 -07:00
LUSequenceReader.vcxproj Matrix.h now no longer pulls in the CPU/GPUMatrix headers (this required cleaning up a few incorrect header dependencies as well); 2015-09-06 17:17:07 +02:00
LUSequenceReader.vcxproj.filters Adding untracked *.filters files. Oops. 2014-10-30 17:57:01 -07:00
LUSequenceReader.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
LUSequenceWriter.cpp Merge from master branch 2015-05-20 17:11:52 -07:00
LUSequenceWriter.h replace all tabs to four spaces in all files in the solution. 2014-11-06 19:24:05 -08:00
SequenceTest.txt First Release of CNTK 2014-08-29 16:21:42 -07:00
dllmain.cpp main 'cn' project now compiles with warning level 4; 2014-10-14 17:25:33 -07:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h 1) Added the missing CNTKMath project dependency to project LMSequenceReader to enforce correct ordering of the build. 2) A bunch of changesto fix the Windows build. 3) Changed Linux makefiles to use CUDA 7.0 2015-03-27 10:36:32 -07:00
targetver.h A large modification, allowing compilation of CNTK under linux g++ 2015-01-17 21:03:40 +08:00