This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implements numpy tensordot * Fixed bugs and optimized backward operator * Rewrited tests * Debuging * Debuging 0-size input * Moved axis-reordering from frontend to backend * Added comments * integrated forward part * Add more tests * Fixed GPU bugs * Add comments to tensordot * Add empty lines. * Change tests * Remove redundant code * Change file names * Add numerical backward test * Change np.dot for case 5. * Remove spaces. * Remove more spaces. * Add head files. * Remove spaces in python interface * Refactored. * Changed intereface. * changed GPU test. * Clean codes. * Change styles. * Remove blank lines. * Add blank lines * Recover lines. * Support python 2 * Test Python 2 * Add more tests * Add error msg * Change comments.
- Loading branch information
Showing
8 changed files
with
1,227 additions
and
119 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
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.