Descriptor for the convolution operator.
| Property | Description |
|---|---|
| B | The optional bias tensor descriptor. |
| dilations | The dilation values for the convolution. |
| fusedActivation | The type of activation function to apply. |
| groups | The number of groups for the convolution. |
| K | The kernel tensor descriptor. |
| O | The output tensor descriptor. |
| pads | The padding values for the convolution. |
| strides | The stride values for the convolution. |
| X | The input tensor descriptor. |