8 implementations of GetIndex
Microsoft.ML.Data (8)
DataView\CacheDataView.cs (8)
766public long GetIndex() 808public long GetIndex() => _index.GetIndex(); 831public long GetIndex() 879public long GetIndex() => _index.GetIndex(); 967public long GetIndex() 1036public long GetIndex() => _index.GetIndex(); 1073public long GetIndex() 1131public long GetIndex() => _index.GetIndex();
2 references to GetIndex
Microsoft.ML.Data (2)
DataView\CacheDataView.cs (2)
496cache.Fetch((int)_index.GetIndex(), ref value); 733/// from <see cref="GetIndex"/>, if valid, and otherwise have undefined behavior.