2 instantiations of LoadableClassAttribute
Microsoft.ML.Tests (2)
ExpressionLanguageTests\ExpressionLanguageTests.cs (2)
29[assembly: LoadableClass(typeof(TestFuncs1), null, typeof(SignatureFunctionProvider), "Test Functions 1", "__test1")] 31[assembly: LoadableClass(typeof(TestFuncs2), null, typeof(SignatureFunctionProvider), "Test Functions 2", "__test2")]
2 references to LoadableClassAttribute
Microsoft.ML.Core (1)
Data\IHostEnvironment.cs (1)
67/// The catalog of loadable components (<see cref="LoadableClassAttribute"/>) that are available in this host.
Microsoft.ML.Data (1)
DataView\RowToRowMapperTransform.cs (1)
26/// <see cref="LoadableClassAttribute"/>.