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