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

feat: tensors for multi-dimensional data #12

Merged
merged 25 commits into from
Sep 7, 2022
Merged

feat: tensors for multi-dimensional data #12

merged 25 commits into from
Sep 7, 2022

Conversation

alexander-camuto
Copy link
Collaborator

  • Adds tensor structs for representing multidimensional data
  • Adds methods on tensor for easily iterating through elements and applying function
  • Separates out commonly used operations on tensors into tensor_ops
  • Reduces the use of generics throughout

@alexander-camuto alexander-camuto marked this pull request as draft September 6, 2022 21:13
@jasonmorton jasonmorton marked this pull request as ready for review September 7, 2022 19:52
@jasonmorton jasonmorton merged commit c62fd0a into main Sep 7, 2022
@alexander-camuto alexander-camuto deleted the ac/tensor branch September 17, 2022 10:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants