7 writes to ExprType
Microsoft.ML.Transforms (7)
Expression\Node.cs (7)
661ExprType = ExprTypeKind.Error; 663ExprType = ExprTypeKind.TX; 665ExprType = ExprTypeKind.BL; 667ExprType = ExprTypeKind.I4; 669ExprType = ExprTypeKind.I8; 671ExprType = ExprTypeKind.R4; 673ExprType = ExprTypeKind.R8;
5 references to ExprType
Microsoft.ML.Transforms (5)
Expression\LambdaBinder.cs (2)
169node.SetType(param.ExprType); 180_host.Assert(node.ExprType != 0);
Expression\LambdaParser.cs (1)
435if (res.ExprType == ExprTypeKind.None)
Expression\Printer.cs (2)
314if (node.ExprType == ExprTypeKind.None) 318_wrt.Write(node.ExprType.ToString());