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

  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op_gpu.cu.cc 71 const float bottom_left(
81 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
resize_bilinear_op.cc 95 const float bottom_left, const float bottom_right,
98 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
184 const float bottom_left(ys_input_upper_ptr[xs_lower + c]);
187 compute_lerp(top_left, top_right, bottom_left, bottom_right,
295 // + bottom_left * y * (1 - x)
crop_and_resize_op_gpu.cu.cc 101 const float bottom_left(static_cast<float>(
112 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
271 const float bottom_left(static_cast<float>(
283 float image_grad_y = (1 - x_lerp) * (bottom_left - top_left) +
286 y_lerp * (bottom_right - bottom_left);
quantization_utils_test.cc     [all...]
quantized_resize_bilinear_op_test.cc 86 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); local
89 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
134 const float bottom_left = image_data[y_upper_index + xs_lower + c]; local
137 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right,
quantized_resize_bilinear_op.cc 101 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); local
104 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp;
116 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left,
123 static_cast<T_CALC>(bottom_left) * RESOLUTION_MULT +
124 MulOffset<T, T_SCALE, T_CALC>(bottom_right, bottom_left, x_lerp);
252 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; local
255 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp);
494 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; local
497 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp
    [all...]
resize_bilinear_op_test.cc 97 const float bottom_left = local
103 bottom_left + (bottom_right - bottom_left) * x_lerp;
crop_and_resize_op.cc 274 const float bottom_left(static_cast<float>(
280 bottom_left + (bottom_right - bottom_left) * x_lerp;
633 const float bottom_left(static_cast<float>(
638 float image_grad_y = (1 - x_lerp) * (bottom_left - top_left) +
641 y_lerp * (bottom_right - bottom_left);
conv_ops_fused.cc 147 bottom_left(in_bottom_left),
154 const T1 bottom = bottom_left[channel] +
155 (bottom_right[channel] - bottom_left[channel]) * x_lerp;
161 const T1* bottom_left; member in struct:tensorflow::__anon39706::SampleRect
    [all...]
quantization_utils.h 472 const int32x2_t bottom_left,
482 vmull_s32(bottom_left, RESOLUTION_MULT32x2);
488 vsub_s32(bottom_right, bottom_left);
    [all...]
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
label_image.cc 193 const float bottom_left((in_bottom_left_pixel[c] - input_mean) /
199 bottom_left + (bottom_right - bottom_left) * x_lerp;
  /external/gemmlowp/internal/
output_msa.h 433 RegBlockInt32<4, 4> bottom_left; local
434 bottom_left.buf.reg[0] = src.buf.reg[1];
435 bottom_left.buf.reg[1] = src.buf.reg[3];
436 bottom_left.buf.reg[2] = src.buf.reg[5];
437 bottom_left.buf.reg[3] = src.buf.reg[7];
438 const auto transpose_bottom_left = Transpose(bottom_left);
output_sse.h 367 RegBlockInt32<4, 4> bottom_left; local
368 bottom_left.buf.reg[0] = src.buf.reg[1];
369 bottom_left.buf.reg[1] = src.buf.reg[3];
370 bottom_left.buf.reg[2] = src.buf.reg[5];
371 bottom_left.buf.reg[3] = src.buf.reg[7];
372 const auto transpose_bottom_left = Transpose(bottom_left);
output_neon.h 394 RegBlockInt32<4, 4> bottom_left; local
395 bottom_left.buf.reg[0] = src.buf.reg[1];
396 bottom_left.buf.reg[1] = src.buf.reg[3];
397 bottom_left.buf.reg[2] = src.buf.reg[5];
398 bottom_left.buf.reg[3] = src.buf.reg[7];
399 const auto transpose_bottom_left = Transpose(bottom_left);
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 382 const float bottom_left((in_bottom_left_pixel[c] - input_mean) /
388 bottom_left + (bottom_right - bottom_left) * x_lerp;
  /external/libmojo/ui/gfx/geometry/
rect_f.h 70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } function in class:gfx::RectF
rect.h 101 constexpr Point bottom_left() const { return Point(x(), bottom()); } function in class:gfx::Rect
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h     [all...]

Completed in 1885 milliseconds