3 instantiations of Schema
Microsoft.ML.SearchSpace (3)
Converter\NumericOptionConverter.cs (3)
54
UniformIntOption intOption => new
Schema
62
UniformDoubleOption doubleOption => new
Schema
70
UniformSingleOption singleOption => new
Schema
3 references to Schema
Microsoft.ML.SearchSpace (3)
Converter\NumericOptionConverter.cs (3)
39
var
schema = JsonSerializer.Deserialize<
Schema
>(ref reader, options);
52
var
schema = value switch