Matrix Multiplication#
A primitive to perform matrix-matrix multiplication. The batched mode is supported with 3D tensors.
See also:
Matrix Multiplication in developer guide
// structs struct dnnl::matmul;
A primitive to perform matrix-matrix multiplication. The batched mode is supported with 3D tensors.
See also:
Matrix Multiplication in developer guide
// structs struct dnnl::matmul;