Searched refs:start_w (Results 1 – 3 of 3) sorted by relevance
125 int start_w = static_cast<int>(round((input_width - crop_width) / 2.0)); in Crop() local130 for (int in_w = start_w; in_w < start_w + crop_width; ++in_w) { in Crop()
285 const int start_w = id[width_idx] * stride_x - pad_left; in run_im2col() local298 start_w, in run_im2col()317 start_w, in run_im2col()
492 const int start_w = in convolve_element_wise() local503 for (int w = start_w, out_index = out_h; w < in_width; in convolve_element_wise()526 const int start_w = get_start_shift_convolve( in convolve_no_maxpool_padding_zero() local545 for (int w = start_w, out_index = out_h; w < in_width; in convolve_no_maxpool_padding_zero()581 const int start_w = in convolve_no_maxpool_padding_replicate() local592 for (int w = start_w, out_index = out_h; w < end_w; in convolve_no_maxpool_padding_replicate()