Cast
Converts the input to a different data type. To select the output data type, click the node and configure it on the right panel.
Possible input data types are Int8, Int16, Int32, Int64, Uint8, Float16, Float32, Float64 and Bool. For conversions from bool to a number, true is converted to 1 and false to 0. For conversions from a number to bool, 0 is converted to false and all other values to true.
The output shape will be the same as the input.