is_bfloat16_field

Function is_bfloat16_field 

Source
pub fn is_bfloat16_field(field: &Field) -> bool
Expand description

Check whether the given field is a bfloat16 field

A field is a bfloat16 field if it has a data type of FixedSizeBinary(2) and the metadata contains the bfloat16 extension name.