Descriptor for the general matrix multiplication (GEMM) operator.
| Property | Description |
|---|---|
| alpha | The scalar multiplier for the product of the first and second input tensors. |
| beta | The scalar multiplier for the third input tensor. |
| fusedActivation | The type of activation function to apply. |
| O | The output tensor descriptor. |
| transposeX | Indicates whether to transpose the first input tensor. |
| transposeY | Indicates whether to transpose the second input tensor. |
| X | The first input tensor descriptor. |
| Y | The second input tensor descriptor. |
| Z | The optional third input tensor descriptor. |