HomeSort by relevance Sort by last modified time
    Searched refs:bottom_y_index (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op_gpu.cu.cc 53 const int bottom_y_index = local
72 images[((b * in_height + bottom_y_index) * in_width + left_x_index) *
76 images[((b * in_height + bottom_y_index) * in_width + right_x_index) *
103 const int bottom_y_index = (original_y < original_height - 1) local
131 ((b * original_height + bottom_y_index) * original_width +
137 ((b * original_height + bottom_y_index) * original_width +
crop_and_resize_op_gpu.cu.cc 84 const int bottom_y_index = ceilf(in_y); local
102 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
107 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
164 const int bottom_y_index = ceilf(in_y); local
187 ((b_in * image_height + bottom_y_index) * image_width +
193 ((b_in * image_height + bottom_y_index) * image_width +
254 const int bottom_y_index = ceilf(in_y); local
272 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
277 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
crop_and_resize_op.cc 252 const int bottom_y_index = ceilf(in_y);
275 image(b_in, bottom_y_index, left_x_index, d)));
277 image(b_in, bottom_y_index, right_x_index, d)));
442 const int bottom_y_index = ceilf(in_y); local
463 grads_image(b_in, bottom_y_index, left_x_index, d) +=
465 grads_image(b_in, bottom_y_index, right_x_index, d) +=
614 const int bottom_y_index = ceilf(in_y); local
634 image(b_in, bottom_y_index, left_x_index, d)));
636 image(b_in, bottom_y_index, right_x_index, d)));
resize_bilinear_op.cc 301 const int64 bottom_y_index = local
317 output_grad(b, bottom_y_index, left_x_index, c) +=
319 output_grad(b, bottom_y_index, right_x_index, c) +=
resize_bilinear_op_test.cc 85 const int64 bottom_y_index = local
98 images(b, bottom_y_index, left_x_index, c);
100 images(b, bottom_y_index, right_x_index, c);
conv_ops_fused.cc 195 const int64 bottom_y_index = local
203 input_batch_start + (bottom_y_index * input_width * input_depth);
    [all...]
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
label_image.cc 169 const int bottom_y_index = local
173 tensorflow::uint8* in_bottom_row = in + (bottom_y_index * image_rowlen);
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 358 const int bottom_y_index = local
362 tensorflow::uint8* in_bottom_row = in + (bottom_y_index * image_rowlen);

Completed in 240 milliseconds