1 write to Max
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
422Max = max;
2 references to Max
Microsoft.ML.Core (2)
EntryPoints\ModuleArgs.cs (2)
436new SweepableFloatParamAttribute(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 448return $"[TlcModule.{GetType().Name}({name}{Min}f, {Max}f{optional})]";