You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: