Class Diode
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public static class Diode
Methods
Copy<T>(T)
Creates a copy of a value, such that the copy cannot participate in a backward sequential loop. Used by SumForwardBackwardTest2.
Declaration
public static T Copy<T>(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |