2 writes to ScoresBuffer
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
948ScoresBuffer = default; 973ImageUtils.Postprocess(imageTensor, pred, score, box, out outputCache.PredictedLabelsBuffer, out outputCache.ScoresBuffer, out outputCache.BoxBuffer, _parent.Options.ScoreThreshold, _parent.Options.IOUThreshold);
3 references to ScoresBuffer
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
816var editor = VBufferEditor.Create(ref dst, outputCacher.ScoresBuffer.Length); 818for (var i = 0; i < outputCacher.ScoresBuffer.Length; i++) 820editor.Values[i] = outputCacher.ScoresBuffer[i];