4 references to MlNetResourcesUrl
Microsoft.ML.Core (4)
Utilities\ResourceManagerUtils.cs (4)
86
return $"{
MlNetResourcesUrl
}{suffix}";
101
/// This is appended to the url defined in <see cref="
MlNetResourcesUrl
"/>.</param>
114
if (!Uri.TryCreate(Path.Combine(
MlNetResourcesUrl
, relativeUrl), UriKind.Absolute, out var absoluteUrl))
117
$"Could not create a valid URI from the base URI '{
MlNetResourcesUrl
}' and the relative URI '{relativeUrl}'");