2 writes to ScoresBuffer
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
948
ScoresBuffer
= default;
973
ImageUtils.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)
816
var editor = VBufferEditor.Create(ref dst, outputCacher.
ScoresBuffer
.Length);
818
for (var i = 0; i < outputCacher.
ScoresBuffer
.Length; i++)
820
editor.Values[i] = outputCacher.
ScoresBuffer
[i];