Struct LRNConstants
Constants for LRN, #define in cudnn.h
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public struct LRNConstants
Fields
| Improve this Doc View SourceMaxN
maximum allowed lrnN
Declaration
public const double MaxN = 16
Field Value
Type | Description |
---|---|
System.Double |
MinBeta
minimum allowed lrnBeta
Declaration
public const double MinBeta = 0.01
Field Value
Type | Description |
---|---|
System.Double |
MinK
minimum allowed lrnK
Declaration
public const double MinK = 1E-05
Field Value
Type | Description |
---|---|
System.Double |
MinN
minimum allowed lrnN
Declaration
public const double MinN = 1
Field Value
Type | Description |
---|---|
System.Double |