1 write to StepSize
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
424
StepSize
= stepSize;
5 references to StepSize
Microsoft.ML.Core (3)
EntryPoints\ModuleArgs.cs (3)
436
new SweepableFloatParamAttribute(Name, Min, Max,
StepSize
?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
441
if (
StepSize
!= null)
442
optional.Append($", stepSize:{
StepSize
}");
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
254
if (sfpAttr.
StepSize
!= null)
255
jParam[FieldNames.SweepableFloatParam.StepSize] = JToken.FromObject(sfpAttr.
StepSize
);