Closed ashors1 closed 1 year ago
Forces given fprop_dtype to a proper jnp dtype to handle the case in which uses passes a string dtype (e.g. “bfloat16” rather than jnp.bfloat16).
fprop_dtype
“bfloat16”
jnp.bfloat16
Forces given
fprop_dtype
to a proper jnp dtype to handle the case in which uses passes a string dtype (e.g.“bfloat16”
rather thanjnp.bfloat16
).