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

Contributing code from NDArray #90

Open
cgarciae opened this issue Jan 12, 2020 · 1 comment
Open

Contributing code from NDArray #90

cgarciae opened this issue Jan 12, 2020 · 1 comment

Comments

@cgarciae
Copy link

I made this library called NDArray a while ago and got it to a POC state. I know ShapedArray is on the radar so I wanted to know if I could contribute the code to a longer term project.

@dan-zheng
Copy link
Contributor

dan-zheng commented Jan 16, 2020

For reference: other n-d array implementations exist at tensorflow/swift-apis. That library currently provides two n-d array types:

  • ShapedArray: a Collection-conforming n-d array, following standard techniques to implement shaping, indexing, and slicing.
  • Tensor: an accelerable n-d array defining all math-y operations. Has the potential to support multiple backends.

I would love to see the community combine efforts to develop the best (most idiomatic) APIs, since there aren't Swift naming conventions for numerical computing yet.

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