1 write to InputType
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
360InputType = parameters[1].ParameterType;
7 references to InputType
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
366InputKinds = FindEntryPointKinds(InputType);
Microsoft.ML.Core.Tests (3)
UnitTests\TestEntryPoints.cs (3)
344x.InputType, 3337var inputBuilder = new InputBuilder(Env, info.InputType, catalog); 3394var inputBuilder = new InputBuilder(Env, info.InputType, catalog);
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (2)
489_inputBuilder = new InputBuilder(_host, _entryPoint.InputType, env.ComponentCatalog); 576var inputBuilder = new InputBuilder(env, info.InputType, env.ComponentCatalog);
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
127result[FieldNames.Inputs] = BuildInputManifest(ectx, entryPointInfo.InputType, catalog);