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); 108throw _host.ExceptSchemaMismatch(nameof(_data.Schema), "", col.ColumnName); 113throw _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); 212inputs = DataViewUtils.CreateSplitCursors(_host, inputs[0], n); 213_host.AssertNonEmpty(inputs); 338Contracts.AssertValue(parent._host); 339Ch = parent._host.Start(channelMessage);