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