Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc62 const float x_lerp = in_x - left_x_index; in ResizeBilinearKernel() local
117 const float x_lerp = original_x - floorf(original_x); in ResizeBilinearGradKernel() local
176 const float x_lerp = in_x - left_x_index; in LegacyResizeBilinearKernel() local
228 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
185 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropImageKernel() local
285 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropBoxesKernel() local
Dcrop_and_resize_op.cc268 const float x_lerp = in_x - left_x_index; in operator ()() local
484 const float x_lerp = in_x - left_x_index; in operator ()() local
664 const float x_lerp = in_x - left_x_index; in operator ()() local
Dresize_bilinear_op.cc104 const float x_lerp, const float y_lerp) { in compute_lerp()
336 const float x_lerp = in_x - floorf(in_x); in ResizeGradCore() local
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()
Dresize_bilinear_op_test.cc104 const float x_lerp = in_x - std::floor(in_x); in ResizeBilinearBaseline() local
Dquantization_utils.h474 const int32x2_t x_lerp, in ComputeLerp32x2()
510 const int16x8_t x_lerp, in ComputeLerp8x8()
Dconv_ops_fused_image_transform.cc220 T1 x_lerp; member
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc188 const float x_lerp = in_x - left_x_index; in ReadTensorFromImageFile() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc377 const float x_lerp = in_x - left_x_index; in TensorFromFrame() local