3 references to StatefulCustomMapping
Microsoft.ML.Samples (1)
Dynamic\Transforms\StatefulCustomMapping.cs (1)
53
var pipeline = mlContext.Transforms.
StatefulCustomMapping
(mapping, init, contractName: null);
Microsoft.ML.Tests (1)
Transformers\CustomMappingTests.cs (1)
180
var customEst = tempoEnv.Transforms.
StatefulCustomMapping
<MyStatefulInput, MyStatefulOutput, MyState>(MyStatefulLambda.MyStatefulAction, MyStatefulLambda.MyStateInit, nameof(MyStatefulLambda));
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
362
/// <seealso cref="CustomMappingCatalog.
StatefulCustomMapping
{TSrc, TDst, TState}(TransformsCatalog, Action{TSrc, TDst, TState}, Action{TState}, string)"/>