Difference between dtype and precision arguments? #4212
Unanswered
amishra791
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was looking at the documentation for the Dense layer and I wanted to clarify my understanding of the two arguments.
To my understanding,
precision
determines the number ofbfloat16
passes forfloat32
computations. So ifdtype
was anything other thanfloat32
,precision
would have no effect, correct? Also, in casedtype
wasn'tfloat32
(e.g.bfloat16
or even lower), will all computations done by lax will be in the same dtype?Beta Was this translation helpful? Give feedback.
All reactions