Enum cudnnReduceTensorIndices
cudnnReduceTensorIndices_t is an enumerated type used to indicate whether indices are 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 cudnnReduceTensorIndices
Fields
Name | Description |
---|---|
FlattenedIndices | Compute indices. The resulting indices are relative, and flattened. |
NoIndices | Do not compute indices |