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 2020/02/01 12:55:25 UTC

[singa] branch master updated (5057712 -> 06d1548)

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

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


    from 5057712  Merge pull request #579 from chrishkchris/hotfix_autograd
     new 8598e50  add globalaveragepool
     new 3986cc9  add comments
     new d96d42e  fix
     new fe6755e  fix
     new ee72664  optimize comments
     new 91a6444  fix cpu/gpu testcase
     new 06d1548  Merge pull request #586 from joddiy/global_avg_pool

The 1595 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:
 python/singa/autograd.py         | 71 ++++++++++++++++++++++++++++++++++++++++
 python/singa/sonnx.py            |  2 ++
 test/python/test_onnx.py         | 18 ++++++++++
 test/python/test_onnx_backend.py | 13 ++++++++
 test/python/test_operation.py    | 54 ++++++++++++++++++++++++++++++
 5 files changed, 158 insertions(+)