tiny.simd.dotF32BFloat16
Defined in dot.
Source
Source: lib/simd/src/dot.zig:85
zig
pub fn computeF32BFloat( comptime D: type, a: []const f32, b: []const bfloat.BFloat16,) f32 { std.debug.assert(a.len == b.len); return computeF32BFloatAssume(D, a, b, a.len, .{});}Source: lib/simd/src/root.zig:494
zig
pub const dotF32BFloat16 = dot.computeF32BFloat;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |