18 references to R4
Microsoft.ML.Core (5)
Data\ColumnTypeExtensions.cs (1)
159
case InternalDataKind.
R4
:
Data\DataKind.cs (4)
96
Num =
R4
,
269
case InternalDataKind.
R4
:
315
kind = InternalDataKind.
R4
;
363
case InternalDataKind.
R4
:
Microsoft.ML.Core.Tests (2)
UnitTests\CoreBaseTestClass.cs (2)
110
case InternalDataKind.
R4
:
153
case InternalDataKind.
R4
:
Microsoft.ML.Data (7)
DataLoadSave\Database\DbExtensions.cs (1)
115
case InternalDataKind.
R4
:
DataLoadSave\Text\TextLoader.cs (3)
115
internal InternalDataKind Type = InternalDataKind.
R4
;
166
Type = kind == default ? InternalDataKind.
R4
: kind;
776
kind = col.Type == default ? InternalDataKind.
R4
: col.Type;
Transforms\Normalizer.cs (3)
440
Contracts.CheckDecode(itemKindOld == InternalDataKind.
R4
|| itemKindOld == InternalDataKind.R8);
454
Contracts.CheckDecode(itemKind == InternalDataKind.
R4
|| itemKind == InternalDataKind.R8);
477
Contracts.Assert(itemKind == InternalDataKind.
R4
|| itemKind == InternalDataKind.R8);
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseStacking.cs (1)
159
case InternalDataKind.
R4
:
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
513
{ typeof(Single) , InternalDataKind.
R4
},
Microsoft.ML.Tests (2)
ExpressionLanguageTests\ExpressionLanguageTests.cs (2)
316
case InternalDataKind.
R4
:
372
case InternalDataKind.
R4
: