Skip to main content

SimdMaskBf16

Type Alias SimdMaskBf16 

Source
pub type SimdMaskBf16 = Mask<Bf16, Scalar>;
Expand description

Optimal bfloat16 SIMD mask register compiled for the host.

Aliased Type§

#[repr(transparent)]
pub struct SimdMaskBf16 { pub raw: [bool; 8], /* private fields */ }

Fields§

§raw: [bool; 8]

The underlying raw mask register or representation.