1 instantiation of LambdaCompiler
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
33
using (var cmp = new
LambdaCompiler
(node))
3 references to LambdaCompiler
Microsoft.ML.Transforms (3)
Expression\CodeGen.cs (1)
33
using (
var
cmp = new LambdaCompiler(node))
Expression\LambdaParser.cs (1)
156
Contracts.Assert(types.Length <=
LambdaCompiler
.MaxParams);
ExpressionTransformer.cs (1)
278
Del =
LambdaCompiler
.Compile(out var errors, node);