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