Searched defs:bottom_left (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 72 const float bottom_left( in ResizeBilinearKernel() local 186 const float bottom_left( in LegacyResizeBilinearKernel() local
|
D | resize_bilinear_op.cc | 103 const float bottom_left, const float bottom_right, in compute_lerp() 192 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image() local
|
D | quantized_resize_bilinear_op.cc | 107 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local 122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() 258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels() local 501 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference() local
|
D | quantized_resize_bilinear_op_test.cc | 87 const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max); in ComputeLerpReference() local 135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal() local
|
D | quantization_utils_test.cc | 826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp() 838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8() 870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2()
|
D | resize_bilinear_op_test.cc | 108 const float bottom_left = in ResizeBilinearBaseline() local
|
D | conv_ops_fused_image_transform.cc | 162 const T1* bottom_left; member
|
D | quantization_utils.h | 472 const int32x2_t bottom_left, in ComputeLerp32x2()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); } in bottom_left() function
|
D | rect.h | 103 constexpr Point bottom_left() const { return Point(x(), bottom()); } in bottom_left() function
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 193 const float bottom_left((in_bottom_left_pixel[c] - input_mean) / in ReadTensorFromImageFile() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 382 const float bottom_left((in_bottom_left_pixel[c] - input_mean) / in TensorFromFrame() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 892 const __m128i bottom_left = _mm_cvtsi32_si128((uint32_t)left[bh - 1]); in smooth_predictor_wxh() local 1260 const __m128i bottom_left = in smooth_v_predictor_wxh() local
|