Type Alias SGEMM

Source
pub type SGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, f32>;

Aliased Typeยง

struct SGEMM<'a, 'b, 'c> { /* private fields */ }