1 write to Sup
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
403
range = 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)
208
if (rangeAttr.
Sup
!= null)
209
jRange[FieldNames.Range.Sup] = JToken.FromObject(rangeAttr.
Sup
);