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