Home
last modified time | relevance | path

Searched defs:x_lerp (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc63 const float x_lerp = in_x - left_x_index; in ResizeBilinearKernel_faster() local
142 const float x_lerp = in_x - left_x_index; in ResizeBilinearKernel() local
200 const float x_lerp = original_x - floorf(original_x); in ResizeBilinearGradKernel() local
273 float x_lerp = (1 - fabsf(out_x_clamped - out_x_center)); in ResizeBilinearDeterministicGradKernel() local
310 const float x_lerp = in_x - left_x_index; in LegacyResizeBilinearKernel() local
363 const float x_lerp = original_x - left_x_index; in LegacyResizeBilinearGradKernel() local
Dcrop_and_resize_op_gpu.cu.cc95 const float x_lerp = in_x - left_x_index; in CropAndResizeKernel() local
186 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropImageKernel() local
287 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropBoxesKernel() local
Dresize_bilinear_op.cc110 const float x_lerp, const float y_lerp) { in compute_lerp()
311 const float x_lerp = in_x - floorf(in_x); in ResizeGradCore() local
Dcrop_and_resize_op.cc286 const float x_lerp = in_x - left_x_index; in operator ()() local
505 const float x_lerp = in_x - left_x_index; in operator ()() local
706 const float x_lerp = in_x - left_x_index; in operator ()() local
Dresize_bilinear_op_test.cc117 const float x_lerp = in_x - std::floor(in_x); in ResizeBilinearBaseline() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc83 const float x_lerp, const float y_lerp, const float min, in ComputeLerpReference()
100 const float x_lerp, const float y_lerp, in ComputeLerpReference()
Dquantization_utils_test.cc827 T_CALC bottom_right, T_CALC x_lerp, T_CALC y_lerp) { in ComputeRefLerp()
839 uint8 bottom_right, int16 x_lerp, int16 y_lerp) { in TestComputeLerp8x8()
871 int32 bottom_right, int32 x_lerp, int32 y_lerp) { in TestComputeLerp32x2()
Dquantized_resize_bilinear_op.cc103 const float x_lerp, const float y_lerp, in ComputeLerpReference()
123 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp()
182 const int32* x_lerp, const int32x2_t y_lerpsx) { in ComputeLerpx2()
Dquantization_utils.h483 const int32x2_t x_lerp, in ComputeLerp32x2()
519 const int16x8_t x_lerp, in ComputeLerp8x8()
Dconv_ops_fused_image_transform.cc221 T1 x_lerp; member