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

  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op_gpu.cu.cc 59 const int right_x_index = local
68 images[((b * in_height + top_y_index) * in_width + right_x_index) *
76 images[((b * in_height + bottom_y_index) * in_width + right_x_index) *
110 const int right_x_index = (original_x < original_width - 1) local
124 right_x_index) *
138 right_x_index) *
crop_and_resize_op_gpu.cu.cc 88 const int right_x_index = ceilf(in_x); local
98 right_x_index) *
108 right_x_index) *
168 const int right_x_index = ceilf(in_x); local
180 right_x_index) *
194 right_x_index) *
258 const int right_x_index = ceilf(in_x); local
268 right_x_index) *
278 right_x_index) *
crop_and_resize_op.cc 266 const int right_x_index = ceilf(in_x);
273 image(b_in, top_y_index, right_x_index, d)));
277 image(b_in, bottom_y_index, right_x_index, d)));
453 const int right_x_index = ceilf(in_x); local
460 grads_image(b_in, top_y_index, right_x_index, d) +=
465 grads_image(b_in, bottom_y_index, right_x_index, d) +=
625 const int right_x_index = ceilf(in_x); local
632 static_cast<float>(image(b_in, top_y_index, right_x_index, d)));
636 image(b_in, bottom_y_index, right_x_index, d)));
resize_bilinear_op.cc 308 const int64 right_x_index = local
315 output_grad(b, top_y_index, right_x_index, c) +=
319 output_grad(b, bottom_y_index, right_x_index, c) +=
resize_bilinear_op_test.cc 91 const int64 right_x_index = local
96 const float top_right = images(b, top_y_index, right_x_index, c);
100 images(b, bottom_y_index, right_x_index, c);
conv_ops_fused.cc 213 right_x_index(other.right_x_index),
218 int64 right_x_index; member in struct:tensorflow::__anon39706::PerCachePixelParameters
245 result.right_x_index =
517 (pixel_params.right_x_index *
523 (pixel_params.right_x_index *
    [all...]
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
label_image.cc 178 const int right_x_index = local
183 in_top_row + (right_x_index * wanted_channels);
187 in_bottom_row + (right_x_index * wanted_channels);
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 367 const int right_x_index = local
372 in_top_row + (right_x_index * wanted_channels);
376 in_bottom_row + (right_x_index * wanted_channels);

Completed in 1554 milliseconds