We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
np.set_printoptions
Reported in jax-ml/jax#18820
The repr code is here:
ml_dtypes/ml_dtypes/_src/custom_float.h
Lines 356 to 362 in d0519a5
@hawkinsp points out that we could probably make this work by printing via np.float32 rather than via python float
np.float32
float
The text was updated successfully, but these errors were encountered:
jax.numpy.set_print_options
bfloat16
hawkinsp
No branches or pull requests
Reported in jax-ml/jax#18820
The repr code is here:
ml_dtypes/ml_dtypes/_src/custom_float.h
Lines 356 to 362 in d0519a5
@hawkinsp points out that we could probably make this work by printing via
np.float32
rather than via pythonfloat
The text was updated successfully, but these errors were encountered: