forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jagged tensor elementwise op with jagged output (pytorch#993)
Summary: Pull Request resolved: pytorch#993 jagged-dense -> dense element-wise kernel (for ops that results zero when any of input is zero like multiplication) Use the kernel to implement jagged_to_padded_dense backward Reviewed By: jasonjk-park Differential Revision: D34840551 fbshipit-source-id: 8f22688c0af999ba21c499c6b0b28b57c4b1fbf0
- Loading branch information
1 parent
8910ce6
commit 43c0f12
Showing
3 changed files
with
298 additions
and
180 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.