4 references to CanPromote
Microsoft.ML.Transforms (4)
Expression\LambdaBinder.cs (3)
409
if (!
CanPromote
(false, a.ExprType, b.ExprType, out kind))
826
if (!
CanPromote
(false, left.ExprType, right.ExprType, out kind))
1676
if (!
CanPromote
(true, kind, itemKind, out kindNew))
Expression\Node.cs (1)
314
bool tmp = LambdaBinder.
CanPromote
(false, SrcKind, ExprType, out kind);