8 implementations of Batch
Microsoft.ML.Data (8)
DataView\CacheDataView.cs (8)
757public long Batch { get { return 0; } } 807public long Batch => _index.Batch; 821public long Batch { get { return 0; } } 878public long Batch => _index.Batch; 952public long Batch 1035public long Batch => _index.Batch; 1060public long Batch { get { return _batch; } } 1130public long Batch => _index.Batch;
1 reference to Batch
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
458public override long Batch => _index.Batch;