1 type derived from StatefulCustomMappingFactory
Microsoft.ML.Tests (1)
Transformers\CustomMappingTests.cs (1)
141
public class MyStatefulLambda :
StatefulCustomMappingFactory
<MyStatefulInput, MyStatefulOutput, MyState>
2 references to StatefulCustomMappingFactory
Microsoft.ML.Transforms (2)
CustomMappingCatalog.cs (1)
60
/// <see cref="
StatefulCustomMappingFactory
{TSrc, TDst, TState}"/> and needs to be decorated with
LambdaTransform.cs (1)
73
throw env.Except($"The class with contract '{contractName}' must derive from '{typeof(CustomMappingFactory<,>).FullName}' or from '{typeof(
StatefulCustomMappingFactory
<,,>).FullName}'.");