Skip to main content

BF16

Trait BF16 

pub trait BF16: Float { }
Expand description

bfloat16: 16-bit float with an 8-bit exponent (same range as f32, reduced precision).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§