2 writes to Max
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
398range = new TlcModule.RangeAttribute() { Max = 5.0 }; 408range = new TlcModule.RangeAttribute() { Max = 1.0, Min = -1.0 };
2 references to Max
Microsoft.ML.Core (2)
EntryPoints\EntryPointUtils.cs (2)
31(range.Max == null || ((IComparable)range.Max).CompareTo(val) >= 0) &&