1 write to _mapAction
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
56
_mapAction
= mapAction;
3 references to _mapAction
Microsoft.ML.Transforms (3)
StatefulCustomMappingTransformer.cs (3)
60
_contractAssembly =
_mapAction
.Method.DeclaringType.Assembly.FullName;
177
_parent.
_mapAction
(src, dst, state);
296
_parent._parent.
_mapAction
(src, dst, state);