3 references to BuildInputManifest
Microsoft.ML.EntryPoints (3)
JsonUtils\JsonManifestUtils.cs (3)
110
result[FieldNames.Settings] =
BuildInputManifest
(ectx, componentInfo.ArgumentType, catalog);
127
result[FieldNames.Inputs] =
BuildInputManifest
(ectx, entryPointInfo.InputType, catalog);
345
var fields =
BuildInputManifest
(ectx, type, catalog);