Enum cudnnIndicesType
cudnnIndicesType_t is an enumerated type used to indicate the data type for the indices to be computed by the cudnnReduceTensor() routine. This enumerated type is used as a field for the cudnnReduceTensorDescriptor_t descriptor.
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnIndicesType
Fields
Name | Description |
---|---|
Indices16Bit | Compute unsigned short indices |
Indices32Bit | Compute unsigned int indices |
Indices64Bit | Compute unsigned long long indices |
Indices8Bit | Compute unsigned char indices |