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.
* implement - register op, infershape * implement - cross product 2x2 * implement - cross product 2x3 3x2 3x3 * fix - cudaError: misaligned address * add - test code * fix - test axis=None * add - Register _backward_npi_cross * implement - get_cross_backward in test * implement - cross backward 3x3 2x3 3x2 * implement - cross backward 2x2 * fix - sanity pylint * fix - move the python wrapper to keep consistency * impl - FFI for cross op
- Loading branch information
Ding
authored and
Ubuntu
committed
Mar 11, 2020
1 parent
713d962
commit 05d9958
Showing
10 changed files
with
2,243 additions
and
78 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.