1 write to OutputType
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
364
OutputType
= outputType;
6 references to OutputType
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
367
OutputKinds = FindEntryPointKinds(
OutputType
);
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
345
x.
OutputType
)
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (3)
509
_outputHelper = new OutputHelper(_host, _entryPoint.
OutputType
);
577
var outputHelper = new OutputHelper(env, info.
OutputType
);
837
public bool IsMacro => _entryPoint.
OutputType
.IsSubclassOf(typeof(CommonOutputs.MacroOutput));
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
128
result[FieldNames.Outputs] = BuildOutputManifest(ectx, entryPointInfo.
OutputType
, catalog);