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