13 references to R8
Microsoft.ML.Core (4)
Data\ColumnTypeExtensions.cs (1)
161case InternalDataKind.R8:
Data\DataKind.cs (3)
271case InternalDataKind.R8: 317kind = InternalDataKind.R8; 365case InternalDataKind.R8:
Microsoft.ML.Core.Tests (2)
UnitTests\CoreBaseTestClass.cs (2)
112case InternalDataKind.R8: 155case InternalDataKind.R8:
Microsoft.ML.Data (4)
DataLoadSave\Database\DbExtensions.cs (1)
120case InternalDataKind.R8:
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.OnnxTransformer (1)
OnnxUtils.cs (1)
514{ typeof(Double) , InternalDataKind.R8},
Microsoft.ML.Tests (2)
ExpressionLanguageTests\ExpressionLanguageTests.cs (2)
325case InternalDataKind.R8: 379case InternalDataKind.R8: