1 write to Ch
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
547
Ch
= env.Start("Cursor");
11 references to Ch
Microsoft.ML.Data (11)
DataView\DataViewConstructionUtils.cs (11)
548
Ch
.AssertValue(dataView);
549
Ch
.AssertValue(predicate);
567
Ch
.Dispose();
640
Ch
.AssertValueOrNull(rand);
653
Ch
.Check(IsGood, RowCursorUtils.FetchValueStateError);
662
Ch
.Check(IsGood, RowCursorUtils.FetchValueStateError);
670
Ch
.Check(0 <= Position && Position < _data.Count, RowCursorUtils.FetchValueStateError);
676
Ch
.Assert(Position < _data.Count);
726
Ch
.Check(IsGood, RowCursorUtils.FetchValueStateError);
741
throw
Ch
.Except("Encountered null when iterating over data, this is not supported.");
794
Ch
.Check(IsGood, RowCursorUtils.FetchValueStateError);