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); 529return new Cursor(_host, this, active); 534_host.CheckValueOrNull(rand);