incubator-systemml git commit: [HOTFIX] Changed unit test LRUCacheMapTest to run only with mvn verify

2017-03-22 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 95be80c5b -> 97da0004f [HOTFIX] Changed unit test LRUCacheMapTest to run only with mvn verify Closes #436 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/2] incubator-systemml git commit: [SYSTEMML-1432] Extend `util::pad_image` with a `pad_value` parameter

2017-03-22 Thread dusenberrymw
[SYSTEMML-1432] Extend `util::pad_image` with a `pad_value` parameter Currently, our `util::pad_image` function performs zero-padding, which is correct for operations such as convolution. In some cases, such as max pooling, it is necessary to pad with a different value such as negative infinity.