2 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);