19 references to Host
Microsoft.ML.Data (19)
DataLoadSave\Transpose\TransposeLoader.cs (19)
154Host.AssertValue(reader); 157Host.CheckDecode(_offset == 0 || (Header.HeaderSize <= _offset && _offset <= _parent._header.TailOffset)); 160Host.CheckDecode(0 <= _length && _offset <= _parent._header.TailOffset - _length); 188BinaryLoader loader = new BinaryLoader(Host, 232Host.CheckDecode(HasDataView); 243Host.AssertValue(view); 246Host.Assert(rowCountNull.HasValue); 251Host.CheckDecode(rowCount == 0 || _parent._header.RowCount == rowCount); 254Host.CheckDecode(schema.Count == _parent._header.ColumnCount); 272Host.AssertValue(parent._schemaEntry); 273Host.Assert(0 <= col && col < parent.Schema.Count); 279Host.CheckDecode(HasDataView || parent.HasRowData); 293Host.AssertValue(view); 296Host.CheckDecode(schema.Count == 1); 300throw Host.ExceptDecode(); 304Host.CheckDecode(vectorType.Size == _parent._header.RowCount); 308Host.Assert(rowCountNull.HasValue); 313Host.CheckDecode(type.GetValueCount() == rowCount); 315Host.CheckDecode(type.GetItemType().Equals(vectorType.ItemType));