8 references to GetDataType
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (1)
192
var kind = TlcModule.
GetDataType
(variableType);
EntryPoints\InputBuilder.cs (1)
433
TlcModule.DataKind dt = TlcModule.
GetDataType
(type);
Microsoft.ML.EntryPoints (6)
JsonUtils\GraphRunner.cs (1)
150
return TlcModule.
GetDataType
(variable.Type);
JsonUtils\JsonManifestUtils.cs (5)
75
var typeEnum = TlcModule.
GetDataType
(type);
184
var dataType = TlcModule.
GetDataType
(fieldInfo.FieldType);
201
if (!TlcModule.IsNumericKind(TlcModule.
GetDataType
(fieldInfo.FieldType)))
330
var typeEnum = TlcModule.
GetDataType
(type);
414
var dataType = TlcModule.
GetDataType
(valueType);