1 write to _inputColIndices
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
734
_inputColIndices
= new HashSet<int>();
2 references to _inputColIndices
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
737
_inputColIndices
.Add(col);
987
return col => (activeOutput(0) || activeOutput(1) || activeOutput(2)) &&
_inputColIndices
.Any(i => i == col);