You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by sh...@apache.org on 2020/07/14 04:14:29 UTC

[singa] branch dev updated (a05ef9c -> b79e1db)

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

shicong pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git.


    from a05ef9c  Merge pull request #763 from dcslin/kint2
     new b72d6b2  Fix softmax test case without DNNL
     new 15f24f5  add license header
     new 9ba6102  remove unused import
     new b32700d  fix situation tensor!=None
     new 8eb952a  fix test_operation.py
     new 9e7c579  fix test_opt.py
     new b79e1db  Merge pull request #765 from chrishkchris/fix_softmaxtest

The 2076 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:
 examples/qabot/train.py           |  4 ----
 examples/rnn/imdb_data.py         | 17 +++++++++++++++++
 examples/rnn/imdb_model.py        | 17 +++++++++++++++++
 examples/rnn/imdb_train.py        | 17 +++++++++++++++++
 java/pom.xml                      |  1 +
 python/singa/autograd.py          |  6 +++---
 python/singa/tensor.py            |  2 ++
 src/core/tensor/tensor_math_cpp.h | 19 +++++++++++++++++++
 test/python/test_opt.py           | 10 +++++-----
 9 files changed, 81 insertions(+), 12 deletions(-)