Skip to content
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

[FEA] Add support to extract the exponents of tensor with float / complex values #584

Closed
Philip0116 opened this issue Mar 9, 2024 · 1 comment

Comments

@Philip0116
Copy link

Similar to __device__​ float frexpf ( float x, int* nptr ) method that can applied to a tensor, which returns the exponents of a tensor with float values.
It's even better if matx can support this feature for complex values.

This will help me evaluate the dynamic range of my data and process necessary normalization on my data.

@cliffburdick
Copy link
Collaborator

Fixed in #609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants