CNTK/DataReader/DSSMReader
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
..
DSSMParser.cpp Somehow these files were not committed to source control. 2015-02-04 14:25:32 -08:00
DSSMParser.h Somehow these files were not committed to source control. 2015-02-04 14:25:32 -08:00
DSSMReader.cpp replaced printf format %ws by %ls which is portable between Visual Studio and gcc 2015-05-19 00:24:08 -07:00
DSSMReader.h fixed wrong type of Matrix<float> in SetSentenceSegBatch(); 2015-09-03 15:18:17 -07:00
DSSMReader.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
DSSMReader.vcxproj.filters Fixed some compilation issues. Still trying to determine why _CRT_SECURE_NO_WARNINGS doesn't work for basetypes.h. 2015-02-05 16:49:38 -08:00
Exports.cpp Somehow these files were not committed to source control. 2015-02-04 14:25:32 -08:00
dllmain.cpp Fixed some compilation issues. Still trying to determine why _CRT_SECURE_NO_WARNINGS doesn't work for basetypes.h. 2015-02-05 16:49:38 -08:00
stdafx.cpp Forgot stdafx.h/cpp 2015-02-04 14:26:18 -08:00
stdafx.h Forgot stdafx.h/cpp 2015-02-04 14:26:18 -08:00
targetver.h DSSMReader needed \Yc for precompiled headers. I'm not sure why this version needs that, but other versions I've used do not. TODO: Look into why this dll needs \Yc instead of \Yu. 2015-02-04 14:40:36 -08:00