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/07/30 07:47:17 UTC

[singa] branch dev updated (a43dfcc -> 3014944)

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

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


    from a43dfcc  Merge pull request #773 from chrishkchris/opt
     new 0456d1a  add embedding layer
     new c2c41cd  Merge branch 'dev' into embedding
     new 3014944  Merge pull request #724 from joddiy/embedding

The 2111 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      | 77 +++++++++++++++++++++++++++++++++++++++++++
 python/singa/layer.py         | 42 +++++++++++++++++++++++
 test/python/test_operation.py | 24 ++++++++++++++
 3 files changed, 143 insertions(+)