You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int left_offset = w_i; float left_temp = 0.0f;
while(left_temp ==0.0f && left_offset - 1 >= 0){
left_offset = left_offset - 1;
left_temp = count[batch_i * count_b_stride + 0 + h_i * count_h_stride + left_offset] ;
}
and the search is continue to the left if the value left_temp is zero ,this beyond the four neighbor?
down_temp == 0.0f ?
The text was updated successfully, but these errors were encountered: