Searched defs:x_lerp (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 61 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
|
D | crop_and_resize_op_gpu.cu.cc | 89 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
|
D | resize_bilinear_op.cc | 96 const float x_lerp, const float y_lerp) { in compute_lerp() 310 const float x_lerp = in_x - left_x_index; in operator ()() local
|
D | crop_and_resize_op.cc | 267 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
|
D | quantized_resize_bilinear_op_test.cc | 82 const float x_lerp, const float y_lerp, const float min, in ComputeLerpReference() 99 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 | 97 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()
|
D | resize_bilinear_op_test.cc | 93 const float x_lerp = in_x - left_x_index; in ResizeBilinearBaseline() local
|
D | quantization_utils.h | 474 const int32x2_t x_lerp, in ComputeLerp32x2() 510 const int16x8_t x_lerp, in ComputeLerp8x8()
|
D | conv_ops_fused.cc | 219 T1 x_lerp; member
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 188 const float x_lerp = in_x - left_x_index; in ReadTensorFromImageFile() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 377 const float x_lerp = in_x - left_x_index; in TensorFromFrame() local
|