Home
last modified time | relevance | path

Searched refs:bottom_left (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc72 const float bottom_left( in ResizeBilinearKernel() local
82 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ResizeBilinearKernel()
186 const float bottom_left( in LegacyResizeBilinearKernel() local
196 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in LegacyResizeBilinearKernel()
Dcrop_and_resize_op_gpu.cu.cc107 const float bottom_left(static_cast<float>( in CropAndResizeKernel()
118 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in CropAndResizeKernel()
297 const float bottom_left(static_cast<float>( in CropAndResizeBackpropBoxesKernel()
309 float image_grad_y = (1 - x_lerp) * (bottom_left - top_left) + in CropAndResizeBackpropBoxesKernel()
312 y_lerp * (bottom_right - bottom_left); in CropAndResizeBackpropBoxesKernel()
Dquantization_utils_test.cc826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp() argument
832 bottom_left * RESOLUTION_POW + (bottom_right - bottom_left) * x_lerp; in ComputeRefLerp()
838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8() argument
842 uint8x8_t bottom_left8x8 = To8x8(bottom_left); in TestComputeLerp8x8()
855 static_cast<int16>(bottom_left), static_cast<int16>(bottom_right), x_lerp, in TestComputeLerp8x8()
864 << static_cast<int>(bottom_left) << ", " in TestComputeLerp8x8()
870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2() argument
874 int32x2_t bottom_left32x2 = To32x2(bottom_left); in TestComputeLerp32x2()
885 static_cast<int64>(bottom_left), static_cast<int64>(bottom_right), in TestComputeLerp32x2()
889 << bottom_left << ", " << bottom_right << ", " << x_lerp << ", " in TestComputeLerp32x2()
Dresize_bilinear_op.cc103 const float bottom_left, const float bottom_right, in compute_lerp() argument
106 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in compute_lerp()
192 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image() local
195 compute_lerp(top_left, top_right, bottom_left, bottom_right, in resize_image()
Dquantized_resize_bilinear_op.cc107 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local
110 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerpReference()
122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() argument
129 static_cast<T_CALC>(bottom_left) * RESOLUTION_MULT + in ComputeLerp()
130 MulOffset<T, T_SCALE, T_CALC>(bottom_right, bottom_left, x_lerp); in ComputeLerp()
258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels() local
261 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp); in OutputLerpForChannels()
501 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference() local
504 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp, in ResizeImageReference()
Dquantized_resize_bilinear_op_test.cc87 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local
90 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerpReference()
135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal() local
138 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right, in CalcReferenceResizedVal()
Dcrop_and_resize_op.cc275 const float bottom_left(static_cast<float>( in operator ()()
281 bottom_left + (bottom_right - bottom_left) * x_lerp; in operator ()()
671 const float bottom_left(static_cast<float>( in operator ()()
676 float image_grad_y = (1 - x_lerp) * (bottom_left - top_left) + in operator ()()
679 y_lerp * (bottom_right - bottom_left); in operator ()()
Dresize_bilinear_op_test.cc108 const float bottom_left = in ResizeBilinearBaseline() local
114 bottom_left + (bottom_right - bottom_left) * x_lerp; in ResizeBilinearBaseline()
Dconv_ops_fused_image_transform.cc148 bottom_left(in_bottom_left), in SampleRect()
155 const T1 bottom = bottom_left[channel] + in BilinearSample()
156 (bottom_right[channel] - bottom_left[channel]) * x_lerp; in BilinearSample()
162 const T1* bottom_left; member
Dquantization_utils.h472 const int32x2_t bottom_left, in ComputeLerp32x2() argument
482 vmull_s32(bottom_left, RESOLUTION_MULT32x2); in ComputeLerp32x2()
488 vsub_s32(bottom_right, bottom_left); in ComputeLerp32x2()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddense_image_warp.py153 bottom_left = gather(ceils[0], floors[1], 'bottom_left')
159 interp_bottom = alphas[1] * (bottom_right - bottom_left) + bottom_left
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddense_image_warp_test.py139 bottom_left = image[batch_index, ceil_y, floor_x, :]
143 interp_bottom = alpha_x * (bottom_right - bottom_left) + bottom_left
/external/gemmlowp/internal/
Doutput_sse.h367 RegBlockInt32<4, 4> bottom_left;
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);
Doutput_msa.h433 RegBlockInt32<4, 4> bottom_left;
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);
Doutput_neon.h394 RegBlockInt32<4, 4> bottom_left;
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/label_image/
Dlabel_image.cc193 const float bottom_left((in_bottom_left_pixel[c] - input_mean) / in ReadTensorFromImageFile() local
199 bottom_left + (bottom_right - bottom_left) * x_lerp; in ReadTensorFromImageFile()
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc382 const float bottom_left((in_bottom_left_pixel[c] - input_mean) / in TensorFromFrame() local
388 bottom_left + (bottom_right - bottom_left) * x_lerp; in TensorFromFrame()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06571787 …ware_test/20130506_032458-fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-…
116 …ware_test/20130506_032458-fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06581787 …ware_test/20130506_032659-fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-…
116 …ware_test/20130506_032659-fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06544887 …ware_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-…
116 …ware_test/20130506_030025-fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06555758 …ware_test/20130506_031746-fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-…
/external/libchrome/ui/gfx/geometry/
Drect_f.h70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
Drect.h103 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c892 const __m128i bottom_left = _mm_cvtsi32_si128((uint32_t)left[bh - 1]); in smooth_predictor_wxh() local
903 __m128i pred_scaled_bl = _mm_mullo_epi16(scale_m_weights_y, bottom_left); in smooth_predictor_wxh()
1260 const __m128i bottom_left = in smooth_v_predictor_wxh() local
1271 _mm_shuffle_epi32(_mm_unpacklo_epi16(weights_y, bottom_left), 0); in smooth_v_predictor_wxh()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_2213212795 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.bottom_left-li…
2830 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.bottom_left-li…
2865 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.bottom_left-li…
3611 …irmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_physical_click.bottom_left-link-fw_1.0.AA-…
3640 …irmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_physical_click.bottom_left-link-fw_1.0.AA-…
3669 …irmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_physical_click.bottom_left-link-fw_1.0.AA-…

12