-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support tensor results in TaskBasedCpuContractor (#8)
* Implement element-wise tensor addition as AddTensors() * Create static members for free Tensor operations * Revert change to floating-point type aliases * Update changelog * Restore missing AddTensors() tests * Add Python bindings for AddTensors() * Add Python bindings for Tensor static member functions
- Loading branch information
1 parent
5949562
commit 2b31882
Showing
8 changed files
with
835 additions
and
699 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
Oops, something went wrong.