1 write to StepSize
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
475
StepSize
= stepSize;
5 references to StepSize
Microsoft.ML.Core (3)
EntryPoints\ModuleArgs.cs (3)
487
new SweepableLongParamAttribute(Name, Min, Max,
StepSize
?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
492
if (
StepSize
!= null)
493
optional.Append($", stepSize:{
StepSize
}");
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
237
if (slpAttr.
StepSize
!= null)
238
jParam[FieldNames.SweepableLongParam.StepSize] = JToken.FromObject(slpAttr.
StepSize
);