Searched refs:closest_y_index (Results 1 – 2 of 2) sorted by relevance
122 const int closest_y_index = roundf(in_y); in CropAndResizeKernel() local124 image_ptr[((b_in * image_height + closest_y_index) * image_width + in CropAndResizeKernel()217 const int closest_y_index = roundf(in_y); in CropAndResizeBackpropImageKernel() local219 ((b_in * image_height + closest_y_index) * image_width + in CropAndResizeBackpropImageKernel()
315 const int closest_y_index = roundf(in_y); in operator ()() local318 image(b_in, closest_y_index, closest_x_index, d)); in operator ()()522 int closest_y_index = roundf(in_y); in operator ()() local523 grads_image(b_in, closest_y_index, closest_x_index, d) += in operator ()()