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