convert_element_type#
- class brainunit.lax.convert_element_type(operand, new_dtype, **kwargs)#
Elementwise cast.
Wraps XLA’s ConvertElementType operator, which performs an elementwise conversion from one type to another. Similar to a C++ static_cast.
- Parameters:
- Return type:
saiunit.Quantity |
Array- Returns:
An array with the same shape as operand, cast elementwise to new_dtype.