pub trait MatmulElement: CubeElement + MatmulPrecision<Acc: MatrixPrecision<Global: CubeElement>> { }Expand description
Element that can be used for matrix multiplication. Includes ints and floats.
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.