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/01/18 05:13:27 UTC

[singa] branch master updated (7e72548 -> 2c78e39)

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 7e72548  Merge pull request #572 from dcslin/hf-cpp-softmax
     new a337dbd  draft naming convention of tensor menthods
     new 83a0efd  naming conversion changes cont.
     new d561099  sum avg wrapper
     new ea049bd  fix copy_
     new 35cbc7a  keep add_column unchanged
     new 937edd3  marked deprecated python method
     new 9fed6f0  fixes
     new 203fcb9  add deprecated decorator to python tensor method
     new 8cc4468  py tensor inplace method return self
     new 2c78e39  Merge pull request #570 from dcslin/tensor_method_naming

The 1584 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:
 include/singa/core/tensor.h                | 27 ++++++++++++++--
 python/singa/tensor.py                     | 51 ++++++++++++++++++++++++------
 src/core/tensor/tensor.cc                  | 42 +++++++++++++++++++-----
 src/core/tensor/tensor_math_cpp.h          |  2 +-
 test/python/test_tensor.py                 | 19 +++++++++++
 tool/docker/devel/ubuntu/cpu/Dockerfile    |  1 +
 tool/docker/devel/ubuntu/cuda10/Dockerfile |  1 +
 tool/docker/devel/ubuntu/cuda9/Dockerfile  |  1 +
 8 files changed, 122 insertions(+), 22 deletions(-)