3 references to MaxParams
Microsoft.ML.Transforms (3)
Expression\CodeGen.cs (2)
40
Contracts.Assert(1 <= node.Vars.Length && node.Vars.Length <=
MaxParams
);
41
Contracts.Assert(
MaxParams
<= 16);
Expression\LambdaParser.cs (1)
156
Contracts.Assert(types.Length <= LambdaCompiler.
MaxParams
);