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