1 write to Sup
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
403range = new TlcModule.RangeAttribute() { Sup = 5.0 };
4 references to Sup
Microsoft.ML.Core (2)
EntryPoints\EntryPointUtils.cs (2)
32(range.Sup == null || ((IComparable)range.Sup).CompareTo(val) > 0);
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
208if (rangeAttr.Sup != null) 209jRange[FieldNames.Range.Sup] = JToken.FromObject(rangeAttr.Sup);