CNTK/Common
Amit Agarwal 62558e3079 Moved the parallel trainign guard when writing model/checkpoint files to the actual save functions instead of guarding at the call sites 2015-09-15 21:04:09 -07:00
..
CheckInSuites added RowElementTimes and ColumnElementTimes nodes. 2015-08-05 15:13:11 -07:00
FileTest Visual Studio Solution cleanup: 2015-05-18 20:32:39 -07:00
Include Moved the parallel trainign guard when writing model/checkpoint files to the actual save functions instead of guarding at the call sites 2015-09-15 21:04:09 -07:00
PTask First Release of CNTK 2014-08-29 16:21:42 -07:00
BestGpu.cpp added Linux test cmd to README; 2015-09-06 21:17:37 +02:00
ConfigFile.cpp File now supports pipes ("cmd|", "|cmd") and "-" (stdin/stdout) for input and output; 2015-07-01 16:17:29 -07:00
CrossProcessMutex.h Fix Windows bug where global mutex not properly released. 2015-08-04 10:55:07 -07:00
DataReader.cpp split ComputationNode into a part depending on <ElemType> and part not depending on it (called ComputationNodeBase); 2015-09-03 11:56:43 -07:00
DataWriter.cpp Merge branch 'master' to 'linux-gcc' 2015-07-17 23:42:22 +00:00
Eval.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
File.cpp new method File::GetLines(); 2015-08-05 10:09:18 +08:00
TimerUtility.cpp Merge branch 'master' to 'linux-gcc' 2015-07-17 23:42:22 +00:00
fileutil.cpp replaced all throw std::xxx_error with corresponding call to XXXError(), likewise for invalid arg 2015-09-11 13:36:23 +02:00