Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How we're going to implement a Tensor type? And what are the basic feature it should have? #1

Open
junaid1460 opened this issue Nov 9, 2017 · 3 comments

Comments

@junaid1460
Copy link
Member

Let's think about possible implementation of Tensor and basic operations we need to do with Tensor.

@kashifmin
Copy link
Contributor

Maybe we should consider using https://github.com/nicolaspanel/numjs

@junaid1460
Copy link
Member Author

That's a great move. Nice report. Include it and give a pull request.

@junaid1460
Copy link
Member Author

In my opinion a Tensor type is nothing but a 1D array. I think even numpy creates only 1D array for any dimension then uses wrapper function to access elements. (Kind of partitioning) like a shape (1, 10, 20) will have 1 * 10 * 20 = 200 elements in a linear container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants