1 write to _host
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
93
_host
= env.Register("TypedCursorable");
13 references to _host
Microsoft.ML.Data (13)
DataView\TypedCursor.cs (13)
94
_host
.AssertValue(data);
95
_host
.AssertValue(schemaDefn);
108
throw
_host
.ExceptSchemaMismatch(nameof(_data.Schema), "", col.ColumnName);
113
throw
_host
.Except(
123
_host
.Assert(_columns.Length == _columnIndices.Length);
180
_host
.CheckValue(additionalColumnsPredicate, nameof(additionalColumnsPredicate));
205
_host
.CheckValue(additionalColumnsPredicate, nameof(additionalColumnsPredicate));
206
_host
.CheckValueOrNull(rand);
209
_host
.AssertNonEmpty(inputs);
212
inputs = DataViewUtils.CreateSplitCursors(
_host
, inputs[0], n);
213
_host
.AssertNonEmpty(inputs);
338
Contracts.AssertValue(parent.
_host
);
339
Ch = parent.
_host
.Start(channelMessage);