5 instantiations of CustomMappingFactoryAttributeAttribute
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
157[CustomMappingFactoryAttribute("LambdaAlienHero")]
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingSaveAndLoad.cs (1)
82[CustomMappingFactoryAttribute("IsUnderThirty")]
Microsoft.ML.Tests (3)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
724[CustomMappingFactoryAttribute(nameof(CustomMappings.IncomeMapping))]
Transformers\CustomMappingTests.cs (2)
35[CustomMappingFactoryAttribute("MyLambda")] 140[CustomMappingFactoryAttribute(nameof(MyStatefulLambda))]
4 references to CustomMappingFactoryAttributeAttribute
Microsoft.ML.Tests (1)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
721/// It has a <see cref="CustomMappingFactoryAttributeAttribute"/> on it and
Microsoft.ML.Transforms (3)
CustomMappingCatalog.cs (2)
27/// <see cref="CustomMappingFactoryAttributeAttribute"/> with the provided <paramref name="contractName"/>. 61/// <see cref="CustomMappingFactoryAttributeAttribute"/> with the provided <paramref name="contractName"/>.
LambdaTransform.cs (1)
70object factoryObject = env.ComponentCatalog.GetExtensionValue(env, typeof(CustomMappingFactoryAttributeAttribute), contractName);