/external/tensorflow/tensorflow/core/kernels/ |
D | image_resizer_state.h | 124 float height_scale; member 184 float height_scale; member
|
D | resize_nearest_neighbor_op_gpu.cu.cc | 39 const int out_width, const float height_scale, const float width_scale, in ResizeNearestNeighborNHWC() 68 const int out_width, const float height_scale, const float width_scale, in ResizeNearestNeighborBackwardNHWC()
|
D | resize_bilinear_op_gpu.cu.cc | 37 float height_scale, float width_scale, in ResizeBilinearKernel() 88 const int32 nthreads, const float* input_grad, float height_scale, in ResizeBilinearGradKernel()
|
D | crop_and_resize_op_gpu.cu.cc | 61 const float height_scale = in CropAndResizeKernel() local 143 const float height_scale = in CropAndResizeBackpropImageKernel() local 236 const float height_scale = (crop_height > 1) ? (y2 - y1) * height_ratio : 0; in CropAndResizeBackpropBoxesKernel() local
|
D | quantized_resize_bilinear_op.cc | 465 const float height_scale, const float width_scale, in ResizeImageReference() 513 const float height_scale, const float width_scale, in ResizeImage() 526 const float height_scale, const float width_scale, in ResizeImage() 587 const float height_scale, const float width_scale, in ResizeImage() 647 const float height_scale, const float width_scale, in ResizeBilinear()
|
D | crop_and_resize_op.cc | 231 const float height_scale = in operator ()() local 427 const float height_scale = in operator ()() local 602 const float height_scale = in operator ()() local
|
D | resize_area_op_test.cc | 73 const float height_scale = in_height / static_cast<float>(out_height); in ResizeAreaBaseline() local
|
D | resize_nearest_neighbor_op.cc | 168 const float height_scale = in Compute() local
|
D | quantized_resize_bilinear_op_test.cc | 111 const int channels, const float height_scale, in CalcReferenceResizedVal() 150 const float height_scale = in CheckTensorValue() local
|
D | resize_bicubic_op_test.cc | 123 const float height_scale = in_height / static_cast<float>(out_height); in ResizeBicubicBaseline() local
|
D | resize_bilinear_op_test.cc | 78 const float height_scale = in_height / static_cast<float>(out_height); in ResizeBilinearBaseline() local
|
D | resize_bicubic_op.cc | 405 const float height_scale = resizer_state.height_scale; in ResizeBicubicGrad() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 165 const float height_scale = static_cast<float>(image_height) / wanted_height; in ReadTensorFromImageFile() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 354 const float height_scale = static_cast<float>(image_height) / wanted_height; in TensorFromFrame() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4159 int32 output_width, float height_scale, in ResizeBilinearGeneric() 4227 float height_scale = static_cast<float>(input_height) / output_height; in ResizeBilinear() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
D | reference_ops.h | 2521 float height_scale = static_cast<float>(input_height) / output_height; in ResizeBilinear() local
|