3 references to Type
Microsoft.ML.Core (2)
EntryPoints\EntryPointUtils.cs (2)
42
if (range.
Type
== typeof(float) && val is double)
44
return Utils.MarshalInvoke(_isValueWithinRangeMethodInfo, range.
Type
, range, val);
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
204
if (!rangeAttr.
Type
.Equals(fieldInfo.FieldType))