1 override of GetMapping
Microsoft.ML.Tests (1)
Transformers\CustomMappingTests.cs (1)
143public override Action<MyStatefulInput, MyStatefulOutput, MyState> GetMapping()
1 reference to GetMapping
Microsoft.ML.Transforms (1)
CustomMappingFactory.cs (1)
71Action<TSrc, TDst, TState> mapAction = GetMapping();