Enum cudnnOpTensorOp
cudnnOpTensorOp is an enumerated type used to indicate the tensor operation to be used by the cudnnOpTensor() routine. This enumerated type is used as a field for the cudnnOpTensorDescriptor descriptor.
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnOpTensorOp
Fields
| Name | Description |
|---|---|
| OpTensorAdd | The operation to be performed is addition. |
| OpTensorMax | The operation to be performed is a maximum comparison. |
| OpTensorMin | The operation to be performed is a minimum comparison. |
| OpTensorMul | The operation to be performed is multiplication. |
| OpTensorNot | |
| OpTensorSqrt |