Descriptor for a matmul primitive.
More...
#include <dnnl.hpp>
◆ desc() [1/2]
Constructs a descriptor for a matmul primitive.
- Parameters
-
src_desc | Memory descriptor for source (matrix A). |
weights_desc | Memory descriptor for weights (matrix B). |
dst_desc | Memory descriptor for destination (matrix C). |
◆ desc() [2/2]
Constructs a descriptor for a matmul primitive.
- Parameters
-
src_desc | Memory descriptor for source (matrix A). |
weights_desc | Memory descriptor for weights (matrix B). |
dst_desc | Memory descriptor for destination (matrix C). |
bias_desc | Memory descriptor for bias. |
The documentation for this struct was generated from the following file: