Searched defs:x_lerp (Results 1 – 10 of 10) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | resize_bilinear_op_gpu.cu.cc | 62 const float x_lerp = in_x - floorf(in_x); in ResizeBilinearKernel_faster() local 140 const float x_lerp = in_x - floorf(in_x); in ResizeBilinearKernel() local 198 const float x_lerp = original_x - floorf(original_x); in ResizeBilinearGradKernel() local 271 float x_lerp = (1 - fabsf(out_x_clamped - out_x_center)); in ResizeBilinearDeterministicGradKernel() local 308 const float x_lerp = in_x - left_x_index; in LegacyResizeBilinearKernel() local 361 const float x_lerp = original_x - left_x_index; in LegacyResizeBilinearGradKernel() local
|
| D | resize_bilinear_op.cc | 114 const float x_lerp, const float y_lerp) { in compute_lerp() 124 const __m128 bottom_right, const __m128 x_lerp, in compute_lerp_v() 431 const float x_lerp = in_x - floorf(in_x); in ResizeGradCore() local
|
| D | crop_and_resize_op_gpu.cu.cc | 106 const float x_lerp = in_x - left_x_index; in CropAndResizeKernel() local 197 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropImageKernel() local 298 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropBoxesKernel() local
|
| D | crop_and_resize_op.cc | 288 const float x_lerp = in_x - left_x_index; in operator ()() local 518 const float x_lerp = in_x - left_x_index; in operator ()() local 733 const float x_lerp = in_x - left_x_index; in operator ()() local
|
| D | resize_bilinear_op_test.cc | 118 const float x_lerp = in_x - std::floor(in_x); in ResizeBilinearBaseline() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_resize_bilinear_op_test.cc | 86 const float x_lerp, const float y_lerp, const float min, in ComputeLerpReference() 103 const float x_lerp, const float y_lerp, in ComputeLerpReference()
|
| D | quantization_utils_test.cc | 827 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()
|
| D | quantized_resize_bilinear_op.cc | 105 const float x_lerp, const float y_lerp, in ComputeLerpReference() 125 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp() 184 const int32* x_lerp, const int32x2_t y_lerpsx) { in ComputeLerpx2()
|
| D | quantization_utils.h | 483 const int32x2_t x_lerp, in ComputeLerp32x2() 519 const int16x8_t x_lerp, in ComputeLerp8x8()
|
| D | conv_ops_fused_image_transform.cc | 221 T1 x_lerp; member
|