2 references to TryParseSchema
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (2)
1166
if (Utils.Size(cols) == 0 && !
TryParseSchema
(_host, headerFile ?? dataSample, ref options, out cols, out error))
1394
bool found =
TryParseSchema
(h, files, ref options, out cols, out error);