2 references to MyStatefulAction
Microsoft.ML.Tests (2)
Transformers\CustomMappingTests.cs (2)
145return MyStatefulAction; 180var customEst = tempoEnv.Transforms.StatefulCustomMapping<MyStatefulInput, MyStatefulOutput, MyState>(MyStatefulLambda.MyStatefulAction, MyStatefulLambda.MyStateInit, nameof(MyStatefulLambda));