wangwei created SINGA-164:
-----------------------------
Summary: Add the base Tensor class
Key: SINGA-164
URL: https://issues.apache.org/jira/browse/SINGA-164
Project: Singa
Issue Type: New Feature
Reporter: wangwei
Assignee: wangwei
Each Tensor instance is a multi-dimension array allocated on a device (e.g.,
GPU or CPU).
Operations for linear algebra and neural networks will be implemented against
Tensor. Other abstractions, e.g., Layer/Model, are on top of Tensor. Users can
implement new layers/model using tensor operations without knowing the details
of memory management and execution scheduling.
Sparse Tensor would be considered later for special applications like Word2Vec
model.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)