-
Notifications
You must be signed in to change notification settings - Fork 699
[New operator] SparseLengthsSumFused8BitRowwise #1698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc: @beicy ^ |
@beicy : any updates on this? It is the most important among our unimplemented ops. Feel free to unassign if its not on your radar. |
@artemrakhov Sorry, forget that it is still assigned to me... Unsigned it for now. |
@artemrakhov Were you going to take this? Otherwise I can work on it. |
No, I wasn't. Thanks for taking this, @jfix71 |
jfix71
added a commit
that referenced
this issue
Jan 22, 2019
*Description*: Implement RowwiseQuantizedSparseLengthsWeightedSum. Added support for both Interpreter and CPU backends. *Testing*: Added unit tests for both RowwiseQuantizedSparseLengthsWeightedSum and RowwiseQuantizedSparseLengthsSum (implemented as the first but with weights as a float splat of 1.0). *Documentation*: Added to Quantization.md Related to #1698
jfix71
added a commit
that referenced
this issue
Feb 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to support
SparseLengthsSumFused8BitRowwise
operator from Caffe2. Spec can be found here:https://caffe2.ai/docs/operators-catalogue.html#sparselengthssumfused8bitrowwise
Also there is weighted version:
SparseLengthsWeightedSumFused8BitRowwise
We already support float version:
SparseLengthsSum
/SparseLengthsWeightedSum
The text was updated successfully, but these errors were encountered: