Merge PR#224 for CPP version of convolution and pooling layers
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/f07e3545 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/f07e3545 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/f07e3545 Branch: refs/heads/dev Commit: f07e3545c0566a8bd91304f1a7edddc285fdf15e Parents: 464dcda ed98149 Author: Wei Wang <[email protected]> Authored: Tue Aug 2 12:02:19 2016 +0800 Committer: Wei Wang <[email protected]> Committed: Tue Aug 2 12:02:19 2016 +0800 ---------------------------------------------------------------------- src/model/layer/convolution.cc | 126 ++++++++++++++++- src/model/layer/convolution.h | 20 ++- src/model/layer/pooling.cc | 219 +++++++++++++++++++++++++++++- src/model/layer/pooling.h | 26 +++- test/singa/test_convolution.cc | 204 ++++++++++++++++++++++++++++ test/singa/test_cudnn_convolution.cc | 14 +- test/singa/test_pooling.cc | 141 +++++++++++++++++++ 7 files changed, 725 insertions(+), 25 deletions(-) ----------------------------------------------------------------------
