5 references to ExpandWildCards
Microsoft.ML.Data (2)
DataLoadSave\MultiFileSource.cs (1)
51
foreach (string rPath in StreamUtils.
ExpandWildCards
(path))
DataLoadSave\Text\TextLoaderSaverCatalog.cs (1)
313
if (!File.Exists(path) && StreamUtils.
ExpandWildCards
(path).Length < 1)
Microsoft.ML.ResultProcessor (3)
ResultProcessor.cs (3)
849
foreach (string filename in StreamUtils.
ExpandWildCards
(filePattern))
1071
foreach (string src in StreamUtils.
ExpandWildCards
(pattern))
1077
foreach (string src in StreamUtils.
ExpandWildCards
(taggedPattern.Value))