3 references to DocName
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (3)
206
Contracts.AssertValueOrNull(attr.
DocName
);
228
if (!string.IsNullOrWhiteSpace(attr.
DocName
))
229
DocName = attr.
DocName
;