MachineLearningOperatorFactory.GemmDescriptor
Descriptor for the general matrix multiplication (GEMM) operator.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public ref struct MachineLearningOperatorFactory.GemmDescriptor
Fields
Value | 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. |