Show / Hide Table of Contents

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX