pub type bf16c = complex<bf16>;Expand description
BFloat16 (32-bit) complex number — two bf16 components. Kernel outputs widened to f32c.
Aliased Type§
#[repr(C)]pub struct bf16c {
pub re: bf16,
pub im: bf16,
}Fields§
§re: bf16§im: bf16