Class IsReturnedAttribute
When applied to a method argument, indicates that the argument will be returned unmodified as the result of the method. This automatically implies SkipIfUniform and Trigger.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class IsReturnedAttribute : Attribute
Remarks
This attribute allows significant optimisations to be undertaken in the compiler.
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |