.. index:: pair: group; Matrix Multiplication
.. _doxid-group__dnnl__api__cpp__matmul:

Matrix Multiplication
=====================

.. toctree::
	:hidden:

	struct_dnnl_matmul.rst

A primitive to perform matrix-matrix multiplication. The batched mode is supported with 3D tensors.



.. rubric:: See also:

:ref:`Matrix Multiplication <doxid-dev_guide_matmul>` in developer guide


.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	
	// structs

	struct :ref:`dnnl::matmul<doxid-structdnnl_1_1matmul>`;

