1 write to Root
Microsoft.ML.Core (1)
Data\LinkedRootCursorBase.cs (1)
36Root = Input is SynchronizedCursorBase snycInput ? snycInput.Root : input;
3 references to Root
Microsoft.ML.Core (1)
Data\LinkedRowFilterCursorBase.cs (1)
29while (Root.MoveNext())
Microsoft.ML.Data (2)
Transforms\SkipTakeFilter.cs (2)
278if (!Root.MoveNext()) 284return Root.MoveNext();