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