8 references to GetViewOrNull
Microsoft.ML.Data (8)
DataLoadSave\Transpose\TransposeLoader.cs (8)
140/// If this returns true, <see cref="GetViewOrNull"/> will either return a non-null 201/// <see cref="GetViewOrNull"/> once it has been read. Any problems with the data-view 222var view = GetViewOrNull(); 476_host.Assert(_schemaEntry.GetViewOrNull() == schemaView); 481_host.Assert(_entries[c].GetViewOrNull() == null); 613var view = _entries[col].GetViewOrNull(); 640var view = _entries[col].GetViewOrNull(); 730var view = _entries[col].GetViewOrNull();