-
Notifications
You must be signed in to change notification settings - Fork 0
Implement Tensor #1
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
Comments
What should a tensor allow:
|
Would the logical operators return a Boolean tensor? |
Didn't think about that lol. I guess so. But that seems like an extra type that we just don't need right now. Let's leave those out until we absolutely need them. |
I suppose you could also have a tensor which has 1's and 0's for true and false respectively. So might not be too difficult to implement, but still. Probably best to wait until we need it. |
No description provided.
The text was updated successfully, but these errors were encountered: