Contributing, adding convertConvInteger for ConvInteger op, cleaning up #36
Replies: 3 comments 9 replies
-
|
hey Simon (@siherrmann), thanks for interest. The Btw, that sounds very similar to the recent #35 implemented @ajroetker -- maybe he has something to add ? Sending a PR is perfect! I tend to be very responsive for reviews. And, where possible I prefer separate PRs for different topics (in this case About the clean ups: they are very welcome, thanks for doing it! I'm a bit hesitant with removing the dot import of the cheers! |
Beta Was this translation helpful? Give feedback.
-
|
I opened a PR for the cleanup: #37 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the PR review @janpfeifer . I'm currently looking into the gopjrt for adding support for quantized operations. I didn't find UniformQuantize and UniformDequantize in XLA, do you know whether these are available? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to contribute, I already forked the repository and added a working version for the ConvInteger operation. I saw, that there are some things I would also like to clean up, such as:
panic(nil)which I updated toreturn (...)graph.(and yes, that's more verbose)initalCellinops.goline 1272, added in line 1286Should I just open a PR when I'm finished with the changes? Or would you like me to just add the new OP in one PR and add another PR for cleanup?
Beta Was this translation helpful? Give feedback.
All reactions