Ryan Chesler
Fix undefined idx variable in quad_non_maximal_suppression callThe for loop was removed but the [idx].unsqueeze(0) indexing wasleft behind, causing a NameError. Pass the full batch tensorsdirectly since the CUDA kernel now supports batch mode natively
5b3a642