-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support all tensor element types
Now that we have `DynTensor` we don't need the tensor element types to strictly map to Rust primitives anymore. + might want to look into `num-complex` integration like we do with `half` (this might be especially useful for custom ops in audio applications, VV?)
- Loading branch information
1 parent
b4699a2
commit 51d9bf7
Showing
2 changed files
with
65 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters