[
https://issues.apache.org/jira/browse/SINGA-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15336212#comment-15336212
]
ASF subversion and git services commented on SINGA-186:
-------------------------------------------------------
Commit 254343cb314945b43276e2020efe56538a4c3bc0 in incubator-singa's branch
refs/heads/dev from [~zhongle]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=254343c ]
SINGA-186 Create Python Tensor class
Add cmake supports for python files.
Usage:
mkdir build && cd build;
cmake -DUSE_PYTHON=ON ..;
make;
Tested SWIG version is 3.0 and python version is 2.7.
Create swig folder.
Remove useless files.
> Create Python Tensor class
> --------------------------
>
> Key: SINGA-186
> URL: https://issues.apache.org/jira/browse/SINGA-186
> Project: Singa
> Issue Type: New Feature
> Reporter: wangwei
>
> This ticket would add a Python Tensor class, which provides functions as the
> C++ Tensor class with APIs in Python convention. Most of these functions are
> implemented by calling the C++ Tensor functions via Swig.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)