17 references to TX
Microsoft.ML.Transforms (17)
Expression\CodeGen.cs (4)
254
case ExprTypeKind.
TX
:
768
if (kind == ExprTypeKind.
TX
&& items.Length == 2)
839
case ExprTypeKind.
TX
:
1001
case ExprTypeKind.
TX
:
Expression\LambdaBinder.cs (6)
81
case ExprTypeKind.
TX
:
215
case ExprTypeKind.
TX
:
943
case ExprTypeKind.
TX
:
945
node.SetType(ExprTypeKind.
TX
);
1530
case ExprTypeKind.
TX
:
1534
BadArg(expr, ExprTypeKind.
TX
);
Expression\Node.cs (6)
302
public bool IsTX { get { return IsSimple(ExprTypeKind.
TX
); } }
358
case ExprTypeKind.
TX
:
378
return ExprTypeKind.
TX
;
452
SetType(ExprTypeKind.
TX
);
458
SetType(ExprTypeKind.
TX
);
663
ExprType = ExprTypeKind.
TX
;
Expression\Printer.cs (1)
235
case ExprTypeKind.
TX
: