5 references to ApplyRange
Microsoft.ML.Core (2)
Utilities\BigArray.cs (2)
17/// method. Efficient looping can be accomplished by calling the <see cref="ApplyRange"/> method. 64/// use the <see cref="ApplyRange"/> method instead.
Microsoft.ML.StandardTrainers (3)
Standard\SdcaBinary.cs (3)
1323_rgit.ApplyRange(0, _rgit.Length, (long index, ref long value) => { value = -1; }); 1324_entries.ApplyRange(0, _count, 1350_rgit.ApplyRange(0, _rgit.Length, (long i, ref long value) => { if (value >= 0) c++; });