Show / Hide Table of Contents

    Enum cudnnDataType

    cudnnDataType is an enumerated type indicating the data type to which a tensor descriptor or filter descriptor refers.

    Namespace: ManagedCuda.CudaDNN
    Assembly: CudaDNN.dll
    Syntax
    public enum cudnnDataType

    Fields

    Name Description
    Double

    The data is 64-bit double-precision floating point (double).

    Float

    The data is 32-bit single-precision floating point (float).

    Half

    The data is 16-bit floating point.

    Int32

    The data is 32-bit signed integer.

    Int8

    The data is 8-bit signed integer.

    Int8x4

    The data is 32-bit element composed of 4 8-bit signed integer. This data type is only supported with tensor format CUDNN_TENSOR_NCHW_VECT_C.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX