forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support sparse for custom python operators (apache#8620)
* Add asscipy support and coo format support * Comment misalignment change * Add documentation for Sparse NDarray * Change comment * Adding comments and support for dtype * Modifying tests * Add spsp None check * Fix lint * Custom operators for sparse * Use DISPATCH_MODE_ASSIGN_CHECK * Change NDArray to _ndarray_cls * Remove redundant code * Add a test to make sure the NDArray is an instance of CSRNDArray * Fix lint * Fix test * Trigger CI
- Loading branch information
1 parent
6b69608
commit 938eda9
Showing
4 changed files
with
266 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
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.