2 writes to BoxBuffer
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
949BoxBuffer = 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 BoxBuffer
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
864var editor = VBufferEditor.Create(ref dst, outputCacher.BoxBuffer.Length); 866for (var i = 0; i < outputCacher.BoxBuffer.Length; i++) 868editor.Values[i] = outputCacher.BoxBuffer[i];