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