5 references to Range
Microsoft.ML.EntryPoints (5)
JsonUtils\JsonManifestUtils.cs (5)
209
jRange[FieldNames.
Range
.Sup] = JToken.FromObject(rangeAttr.Sup);
211
jRange[FieldNames.
Range
.Inf] = JToken.FromObject(rangeAttr.Inf);
213
jRange[FieldNames.
Range
.Max] = JToken.FromObject(rangeAttr.Max);
215
jRange[FieldNames.
Range
.Min] = JToken.FromObject(rangeAttr.Min);
216
jo[FieldNames.
Range
.Type] = jRange;