Interface IExpressionTransform
Expression transform interface
Namespace: Microsoft.ML.Probabilistic.Compiler
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IExpressionTransform
Properties
Context
Context
Declaration
ICodeTransformContext Context { get; set; }
Property Value
Type | Description |
---|---|
ICodeTransformContext |
Methods
ConvertExpression(IExpression)
Takes an expression and transforms it
Declaration
IExpression ConvertExpression(IExpression expr)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expr | Exression |
Returns
Type | Description |
---|---|
IExpression |