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