38 references to R4
Microsoft.ML.Transforms (38)
Expression\CodeGen.cs (10)
174
case ExprTypeKind.
R4
:
189
case ExprTypeKind.
R4
:
246
case ExprTypeKind.
R4
:
307
case ExprTypeKind.
R4
:
426
case ExprTypeKind.
R4
:
602
else if (node.SrcKind == ExprTypeKind.
R4
)
815
case ExprTypeKind.
R4
:
851
case ExprTypeKind.
R4
:
989
case ExprTypeKind.
R4
:
1036
case ExprTypeKind.
R4
:
Expression\LambdaBinder.cs (13)
75
case ExprTypeKind.
R4
:
209
case ExprTypeKind.
R4
:
274
case ExprTypeKind.
R4
:
470
case ExprTypeKind.
R4
:
472
node.SetType(ExprTypeKind.
R4
);
903
case ExprTypeKind.
R4
:
905
node.SetType(ExprTypeKind.
R4
);
1480
return dst == ExprTypeKind.I8 || dst == ExprTypeKind.
R4
|| dst == ExprTypeKind.R8;
1483
if (src == ExprTypeKind.
R4
)
1516
case ExprTypeKind.
R4
:
1520
BadArg(expr, ExprTypeKind.
R4
);
1721
res = precise ? ExprTypeKind.R8 : ExprTypeKind.
R4
;
1754
case ExprTypeKind.
R4
:
Expression\Node.cs (14)
111
Float =
R4
294
IsSimple(ExprTypeKind.
R4
) || IsSimple(ExprTypeKind.R8);
299
public bool IsRx { get { return IsSimple(ExprTypeKind.
R4
) || IsSimple(ExprTypeKind.R8); } }
300
public bool IsR4 { get { return IsSimple(ExprTypeKind.
R4
); } }
354
case ExprTypeKind.
R4
:
374
return ExprTypeKind.
R4
;
428
SetType(ExprTypeKind.
R4
);
434
SetType(ExprTypeKind.
R4
);
480
case ExprTypeKind.
R4
:
490
ExprType == ExprTypeKind.
R4
);
562
case ExprTypeKind.
R4
:
565
Convert(ExprTypeKind.
R4
);
579
case ExprTypeKind.
R4
:
671
ExprType = ExprTypeKind.
R4
;
Expression\Printer.cs (1)
226
case ExprTypeKind.
R4
: