djl
djl copied to clipboard
Add pytorch engine support for percentile()
trafficstars
Currently pytorch engine throws on percentile() or median().
Add native support for NDArray.percentile() and NDArray.median()
This change will not change the API.
Thanks for suggesting new features. While we are estimating this suggestion, you can also consider enabling this feature on your own, if you need it fast. Here is the document that assists your implementation. This implementation should be fairly straightforward given that the feature is not complex.
Here is the instruction: Add batch matrix-matrix product operation 2349#issuecomment-1409003379 Here is an example implementation of similar feature: https://github.com/deepjavalibrary/djl/pull/2415