Contents

NDArray.ScalarType.cfloat16

A 16-bit complex floating-point type.

Declaration

case cfloat16

Discussion

Complex Float16 represents complex numbers with 16-bit float real and imaginary parts, totaling 32 bits per value.

This type is not currently supported by any operation, but support may be added in the future.

See Also

Defining complex types