jax.lax.bitcast_convert_type
Warning
This page was created from a pull request (#9655).
jax.lax.bitcast_convert_type¶
- jax.lax.bitcast_convert_type(operand, new_dtype)[source]¶
Elementwise bitcast.
Wraps XLA’s BitcastConvertType operator, which performs a bit cast from one type to another. The bitwidth of the source and destination types must match.