2 references to TypeToString
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1243
public string ItemTypeString { get { return
TypeToString
(ItemValueType); } }
1272
return
TypeToString
(genArgs[0]) + "?";