1 write to ScoresBuffer
Microsoft.ML.TorchSharp (1)
Roberta\QATrainer.cs (1)
895ScoresBuffer = new float[maxLength];
4 references to ScoresBuffer
Microsoft.ML.TorchSharp (4)
Roberta\QATrainer.cs (4)
788var editor = VBufferEditor.Create(ref dst, outputCacher.ScoresBuffer.Length); 790for (var i = 0; i < outputCacher.ScoresBuffer.Length; i++) 792editor.Values[i] = outputCacher.ScoresBuffer[i]; 928outputCache.ScoresBuffer[index++] = score;