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); 36return new Cursor(_host, Schema, columnsNeeded); 41_host.CheckValueOrNull(rand); 42return new[] { new Cursor(_host, Schema, columnsNeeded) };