tf.raw_ops.Cast

Cast x of type SrcT to y of DstT.

xA Tensor.
DstTA tf.DType.
TruncateAn optional bool. Defaults to False.
nameA name for the operation (optional).

A Tensor of type DstT.