39 references to SetType
Microsoft.ML.Transforms (39)
Expression\LambdaBinder.cs (24)
144node.SetType(ExprTypeKind.Error); 169node.SetType(param.ExprType); 174node.SetType(ExprTypeKind.Error); 233node.SetType(ExprTypeKind.Error); 294node.SetType(ExprTypeKind.Error); 321node.SetType(ExprTypeKind.Error); 343node.SetType(ExprTypeKind.Error); 349node.SetType(ExprTypeKind.Error); 359node.SetType(ExprTypeKind.BL); 440node.SetType(ExprTypeKind.I4); 456node.SetType(ExprTypeKind.I8); 472node.SetType(ExprTypeKind.R4); 488node.SetType(ExprTypeKind.R8); 846node.SetType(ExprTypeKind.Error); 851node.SetType(ExprTypeKind.BL); 865node.SetType(ExprTypeKind.I4); 885node.SetType(ExprTypeKind.I8); 905node.SetType(ExprTypeKind.R4); 925node.SetType(ExprTypeKind.R8); 945node.SetType(ExprTypeKind.TX); 990node.SetType(ExprTypeKind.BL); 1343node.SetType(ExprTypeKind.Error); 1367node.SetType(kindsRet[0]); 1369node.SetType(ExprTypeKind.Error);
Expression\Node.cs (15)
386SetType(expr.ExprType); 392SetType(ExprTypeKind.BL); 398SetType(ExprTypeKind.BL); 404SetType(ExprTypeKind.I4); 410SetType(ExprTypeKind.I4); 416SetType(ExprTypeKind.I8); 422SetType(ExprTypeKind.I8); 428SetType(ExprTypeKind.R4); 434SetType(ExprTypeKind.R4); 440SetType(ExprTypeKind.R8); 446SetType(ExprTypeKind.R8); 452SetType(ExprTypeKind.TX); 458SetType(ExprTypeKind.TX); 755SetType(ExprTypeKind.Error); 790SetType(ExprTypeKind.Error);