1 write to _batchSize
Microsoft.ML.StandardTrainers (1)
Standard\Online\LinearSvm.cs (1)
139
_batchSize
= parent.Opts.BatchSize;
3 references to _batchSize
Microsoft.ML.StandardTrainers (3)
Standard\Online\LinearSvm.cs (3)
188
if (
_batchSize
> 1 && loss < 0)
202
if (++_numBatchExamples >=
_batchSize
)
204
if (
_batchSize
== 1 && loss < 0)