1 write to _src
Microsoft.ML.Transforms (1)
StatefulFilterTransform.cs (1)
152_src = new TSrc();
4 references to _src
Microsoft.ML.Transforms (4)
StatefulFilterTransform.cs (4)
156CursorChannelAttribute.TrySetCursorChannel(_parent._host, _src, Ch); 177if (_src is IDisposable disposableSrc) 206_input.FillValues(_src); 208isRowAccepted = _parent._filterFunc(_src, _dst, _state);