You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2016/08/02 04:09:18 UTC

[2/2] incubator-singa git commit: Merge PR#224 for CPP version of convolution and pooling layers

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 <wa...@comp.nus.edu.sg>
Authored: Tue Aug 2 12:02:19 2016 +0800
Committer: Wei Wang <wa...@comp.nus.edu.sg>
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(-)
----------------------------------------------------------------------