4 references to MyStatefulInput
Microsoft.ML.Tests (4)
Transformers\CustomMappingTests.cs (4)
141public class MyStatefulLambda : StatefulCustomMappingFactory<MyStatefulInput, MyStatefulOutput, MyState> 143public override Action<MyStatefulInput, MyStatefulOutput, MyState> GetMapping() 153public static void MyStatefulAction(MyStatefulInput input, MyStatefulOutput output, MyState state) 180var customEst = tempoEnv.Transforms.StatefulCustomMapping<MyStatefulInput, MyStatefulOutput, MyState>(MyStatefulLambda.MyStatefulAction, MyStatefulLambda.MyStateInit, nameof(MyStatefulLambda));