-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add stats/strided/scale-min #652
Copy link
Copy link
Open
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This API implements
This API divides each element in
xbymin(x)and assigns the results to elements iny.API signatures:
where
N: number of indexed elements.x: input strided array.strideX: stride length forx.offsetX: starting index forx.y: output strided array.strideY: stride length fory.offsetY: starting index fory.Notes
stats/strided/min, followed byblas/ext/base/gwaxwithalpha = 1 / min(x).Follow-on Work
Once completed and merged, the following packages can be added
stats/strided/dscale-minstats/strided/sscale-minstats/base/ndarray/dscale-minstats/base/ndarray/sscale-minstats/base/ndarray/gscale-minstats/scale-min