djl icon indicating copy to clipboard operation
djl copied to clipboard

Add pytorch engine support for percentile()

Open tklinchik opened this issue 2 years ago • 1 comments
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.

tklinchik avatar Mar 25 '23 17:03 tklinchik

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

KexinFeng avatar Mar 26 '23 01:03 KexinFeng