CNTK/Math
Frank Seide bcc9796ab2 first step towards separating function-value size determiniation (Validate()) and allocation. Dimensions are explicitly stored in the node, and the matrix object just follows. Renamed Resize() to SetDims(). No actual functional change yet though (i.e. SetDims() still does memory allocation), other than data reading had to be modified to notify the network of the update. We now need to find out the correct place to do that allocation;
fixed a bug in ReshapeNode: if the factor is 1 (e.g. someone only changing ImageLayout), then the MBLayout should remain unmodified
2015-11-13 12:43:03 -08:00
..
CNTKMathTest Merge branch 'master' of https://git01.codeplex.com/cntk into dongyu/ColumnMax 2015-11-10 11:23:58 -08:00
Math first step towards separating function-value size determiniation (Validate()) and allocation. Dimensions are explicitly stored in the node, and the matrix object just follows. Renamed Resize() to SetDims(). No actual functional change yet though (i.e. SetDims() still does memory allocation), other than data reading had to be modified to notify the network of the update. We now need to find out the correct place to do that allocation; 2015-11-13 12:43:03 -08:00
MathPerformanceTests
SampleCode