1 implementation of SignatureType
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2336public Type SignatureType { get; }
4 references to SignatureType
Microsoft.ML.Data (1)
Utilities\ComponentCreation.cs (1)
285return ComponentCatalog.CreateInstance<TRes>(env, factory.SignatureType, factory.Name, factory.GetSettingsString(), extraArgs);
Microsoft.ML.Predictor.Tests (2)
CmdLine\CmdLineReverseTest.cs (2)
186commandLineLeft.SignatureType == commandLineRight.SignatureType &&
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipeBase.cs (1)
350var info = env.ComponentCatalog.GetLoadableClassInfo(commandLineFactory.Name, commandLineFactory.SignatureType);