From the function names, I thought the functions cpu_mask_voting and gpu_mask_voting are doing the same things but on different devices (i.e. CPU and GPU). However, the their implementations are a little bit different.
Just to be sure, what is the difference between these two functions?
Dear @Oh233 ,
From the function names, I thought the functions cpu_mask_voting and gpu_mask_voting are doing the same things but on different devices (i.e. CPU and GPU). However, the their implementations are a little bit different.
Just to be sure, what is the difference between these two functions?
Thanks! Kun