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