Documentation on jax.lax.precision #8443
Unanswered
PhilipVinc
asked this question in
Q&A
Replies: 1 comment
-
Thanks - I'm going to convert this to an issue to track updating this documentation: #8447 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is not entirely clear to me what the
precision
argument to somelax
operation means.The documentation only tells me that it should be a
jax.lax.precision
object which can have one of three values (HIGH
,HIGHEST
,DEFAULT
), but It is unclear to me what those mean and how they interact with input array dtypes...Is there some extra documentation to it?
Beta Was this translation helpful? Give feedback.
All reactions