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