1 write to Max
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
473Max = max;
3 references to Max
Microsoft.ML.Core (2)
EntryPoints\ModuleArgs.cs (2)
487new SweepableLongParamAttribute(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 499return $"[TlcModule.{GetType().Name}({name}{Min}, {Max}{optional})]";
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
235[FieldNames.SweepableLongParam.Max] = JToken.FromObject(slpAttr.Max)