Class BuffersAttribute
When applied to a message operator class, indicates that the message operators may use the named parameters as storage for holding algorithm state.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class BuffersAttribute : Attribute
Constructors
BuffersAttribute(String[])
Creates a new Buffers attribute
Declaration
public BuffersAttribute(params string[] names)
Parameters
Type | Name | Description |
---|---|---|
String[] | names |
Fields
BufferNames
Names of buffers that may be used as method parameters.
Declaration
public string[] BufferNames
Field Value
Type | Description |
---|---|
String[] |