1 write to Input
Microsoft.ML.Core (1)
Data\WrappingRow.cs (1)
33Input = input;
7 references to Input
Microsoft.ML.Core (7)
Data\WrappingRow.cs (7)
13/// are taken from this <see cref="Input"/>. 25public sealed override long Batch => Input.Batch; 26public sealed override long Position => Input.Position; 27public override ValueGetter<DataViewRowId> GetIdGetter() => Input.GetIdGetter(); 37/// This override of the dispose method by default only calls <see cref="Input"/>'s 50Input.Dispose(); 56/// that method has never been called before, and right after <see cref="Input"/> has been