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.cc61 const float x_lerp = in_x - left_x_index; in ResizeBilinearKernel() local
113 const float x_lerp = original_x - left_x_index; in ResizeBilinearGradKernel() local
Dcrop_and_resize_op_gpu.cu.cc89 const float x_lerp = in_x - left_x_index; in CropAndResizeKernel() local
169 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropImageKernel() local
259 const float x_lerp = in_x - left_x_index; in CropAndResizeBackpropBoxesKernel() local
Dresize_bilinear_op.cc96 const float x_lerp, const float y_lerp) { in compute_lerp()
310 const float x_lerp = in_x - left_x_index; in operator ()() local
Dcrop_and_resize_op.cc267 const float x_lerp = in_x - left_x_index; in operator ()() local
454 const float x_lerp = in_x - left_x_index; in operator ()() local
626 const float x_lerp = in_x - left_x_index; in operator ()() local
Dquantized_resize_bilinear_op_test.cc82 const float x_lerp, const float y_lerp, const float min, in ComputeLerpReference()
99 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.cc97 const float x_lerp, const float y_lerp, in ComputeLerpReference()
117 const T bottom_right, const T_SCALE x_lerp, in ComputeLerp()
176 const int32* x_lerp, const int32x2_t y_lerpsx) { in ComputeLerpx2()
Dresize_bilinear_op_test.cc93 const float x_lerp = in_x - left_x_index; in ResizeBilinearBaseline() local
Dquantization_utils.h474 const int32x2_t x_lerp, in ComputeLerp32x2()
510 const int16x8_t x_lerp, in ComputeLerp8x8()
Dconv_ops_fused.cc219 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