/external/tensorflow/tensorflow/core/kernels/ |
D | image_resizer_state.h | 125 float width_scale; member 185 float width_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() 89 float width_scale, int batch, int original_height, int original_width, in ResizeBilinearGradKernel()
|
D | crop_and_resize_op_gpu.cu.cc | 64 const float width_scale = in CropAndResizeKernel() local 146 const float width_scale = in CropAndResizeBackpropImageKernel() local 237 const float width_scale = (crop_width > 1) ? (x2 - x1) * width_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 | 235 const float width_scale = in operator ()() local 430 const float width_scale = in operator ()() local 604 const float width_scale = (crop_width > 1) ? (x2 - x1) * width_ratio : 0; in operator ()() local
|
D | resize_area_op_test.cc | 74 const float width_scale = in_width / static_cast<float>(out_width); in ResizeAreaBaseline() local
|
D | resize_nearest_neighbor_op.cc | 170 const float width_scale = in Compute() local
|
D | quantized_resize_bilinear_op_test.cc | 112 const float width_scale, const float min, in CalcReferenceResizedVal() 152 const float width_scale = in CheckTensorValue() local
|
D | resize_bicubic_op_test.cc | 124 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBicubicBaseline() local
|
D | resize_bilinear_op_test.cc | 79 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBilinearBaseline() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 164 const float width_scale = static_cast<float>(image_width) / wanted_width; in ReadTensorFromImageFile() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 353 const float width_scale = static_cast<float>(image_width) / wanted_width; in TensorFromFrame() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4160 float width_scale) { in ResizeBilinearGeneric() 4228 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
D | reference_ops.h | 2522 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local
|