Home
last modified time | relevance | path

Searched refs:closest_y_index (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_gpu.cu.cc122 const int closest_y_index = roundf(in_y); in CropAndResizeKernel() local
124 image_ptr[((b_in * image_height + closest_y_index) * image_width + in CropAndResizeKernel()
217 const int closest_y_index = roundf(in_y); in CropAndResizeBackpropImageKernel() local
219 ((b_in * image_height + closest_y_index) * image_width + in CropAndResizeBackpropImageKernel()
Dcrop_and_resize_op.cc315 const int closest_y_index = roundf(in_y); in operator ()() local
318 image(b_in, closest_y_index, closest_x_index, d)); in operator ()()
522 int closest_y_index = roundf(in_y); in operator ()() local
523 grads_image(b_in, closest_y_index, closest_x_index, d) += in operator ()()