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