1 instantiation of StringSpanOrdinalKeyCustomConverter
Microsoft.ML.Tokenizers (1)
Utils\StringSpanOrdinalKey.cs (1)
145public static StringSpanOrdinalKeyCustomConverter Instance { get; } = new StringSpanOrdinalKeyCustomConverter();
2 references to StringSpanOrdinalKeyCustomConverter
Microsoft.ML.Tokenizers (2)
Model\CodeGenTokenizer.cs (1)
1768JsonSerializerOptions options = new() { Converters = { StringSpanOrdinalKeyCustomConverter.Instance } };
Utils\StringSpanOrdinalKey.cs (1)
145public static StringSpanOrdinalKeyCustomConverter Instance { get; } = new StringSpanOrdinalKeyCustomConverter();