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