Searched refs:img_cxcy (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/resampler/kernels/
H A Dresampler_ops_gpu.cu.cc88 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1) local
100 output[out_index] = img_fxfy + img_cxcy + img_fxcy + img_cxfy;
198 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1) local
210 grad_output_value * ((one - dy) * (img_cxcy - img_fxcy) +
213 grad_output_value * ((one - dx) * (img_cxcy - img_cxfy) +
H A Dresampler_ops.cc95 const T img_cxcy =
100 img_fxfy + img_cxcy + img_fxcy + img_cxfy);
285 const T img_cxcy = get_data_point(cx, cy, chan);
292 grad_output_value * ((one - dy) * (img_cxcy - img_fxcy) +
297 grad_output_value * ((one - dx) * (img_cxcy - img_cxfy) +

Completed in 101 milliseconds