1 write to _host
Microsoft.ML.Data (1)
Data\RowCursorUtils.cs (1)
518
_host
= env.Register("OneRowDataView");
5 references to _host
Microsoft.ML.Data (5)
Data\RowCursorUtils.cs (5)
519
_host
.AssertValue(row);
520
_host
.Assert(Enumerable.Range(0, row.Schema.Count).All(c => row.IsColumnActive(row.Schema[c])));
527
_host
.CheckValueOrNull(rand);
529
return new Cursor(
_host
, this, active);
534
_host
.CheckValueOrNull(rand);