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