Class TransformInfo
Class which maintains the transformation state of a code element
Inheritance
TransformInfo
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
public class TransformInfo
Constructors
Declaration
public TransformInfo(object inputElement)
Parameters
Type |
Name |
Description |
Object |
inputElement |
|
Fields
Declaration
public object inputElement
Field Value
Used by child statements to access the output of a container. The full set of outputs is stored in a TransformOutput object on the OutputStack.
Declaration
protected object primaryOutput
Field Value
Properties
Declaration
public object PrimaryOutput { get; set; }
Property Value
Methods
Declaration
public override string ToString()
Returns
Overrides