1 write to _host
Microsoft.ML.Data (1)
DataView\EmptyDataView.cs (1)
26
_host
= env.Register(nameof(EmptyDataView));
5 references to _host
Microsoft.ML.Data (5)
DataView\EmptyDataView.cs (5)
27
_host
.CheckValue(schema, nameof(schema));
35
_host
.CheckValueOrNull(rand);
36
return new Cursor(
_host
, Schema, columnsNeeded);
41
_host
.CheckValueOrNull(rand);
42
return new[] { new Cursor(
_host
, Schema, columnsNeeded) };