You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ka...@apache.org on 2019/04/06 04:24:11 UTC

[incubator-singa] branch master updated (5389587 -> a7e6a88)

This is an automated email from the ASF dual-hosted git repository.

kaiping pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-singa.git.


    from 5389587  Merge pull request #445 from dcslin/SINGA-433
     new 824092f  SINGA-433 Preparation for V2.0 release
     new 09a791a  SINGA-433 Preparation for V2.0 release
     new e230530  SINGA-433 Preparation for V2.0 release
     new 36bb8c2  SINGA-433 Preparation for V2.0 release
     new a7e6a88  Merge pull request #450 from ijingo/master

The 1147 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                | 56 +++++++++++++++++++
 doc/_static/style.css                  | 19 +++++++
 doc/en/docs/autograd.md                | 22 +++++++-
 doc/en/docs/notebook/requirements.txt  | 19 +++++++
 doc/en/docs/notebook/utils.py          | 54 +++++++++++--------
 examples/autograd/xceptionnet.py       | 17 ++++++
 examples/imagenet/inception/convert.py | 99 ++++++++++++++++------------------
 include/singa/utils/mkldnn_utils.h     | 20 +++++++
 include/singa/utils/stacktrace.h       | 42 ---------------
 rat-excludes                           | 14 +----
 src/api/config.i.in                    | 19 +++++++
 src/api/model_operation.i              | 21 ++++++++
 src/core/tensor/tensor.cc              |  6 +--
 src/model/operation/batchnorm.cc       | 20 +++++++
 src/model/operation/batchnorm.h        | 20 +++++++
 src/model/operation/convolution.cc     | 20 +++++++
 src/model/operation/convolution.h      | 20 +++++++
 src/model/operation/pooling.cc         | 20 +++++++
 src/model/operation/pooling.h          | 20 +++++++
 test/python/test_mkldnn.py             | 17 ++++++
 test/python/test_operation.py          | 17 ++++++
 21 files changed, 428 insertions(+), 134 deletions(-)
 delete mode 100644 include/singa/utils/stacktrace.h