Home
last modified time | relevance | path

Searched defs:width_scale (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dimage_resizer_state.h125 float width_scale; member
185 float width_scale; member
Dresize_nearest_neighbor_op_gpu.cu.cc39 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()
Dresize_bilinear_op_gpu.cu.cc37 float height_scale, float width_scale, in ResizeBilinearKernel()
89 float width_scale, int batch, int original_height, int original_width, in ResizeBilinearGradKernel()
Dcrop_and_resize_op_gpu.cu.cc64 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
Dquantized_resize_bilinear_op.cc465 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()
Dcrop_and_resize_op.cc235 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
Dresize_area_op_test.cc74 const float width_scale = in_width / static_cast<float>(out_width); in ResizeAreaBaseline() local
Dresize_nearest_neighbor_op.cc170 const float width_scale = in Compute() local
Dquantized_resize_bilinear_op_test.cc112 const float width_scale, const float min, in CalcReferenceResizedVal()
152 const float width_scale = in CheckTensorValue() local
Dresize_bicubic_op_test.cc124 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBicubicBaseline() local
Dresize_bilinear_op_test.cc79 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBilinearBaseline() local
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc164 const float width_scale = static_cast<float>(image_width) / wanted_width; in ReadTensorFromImageFile() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc353 const float width_scale = static_cast<float>(image_width) / wanted_width; in TensorFromFrame() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4160 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/
Dreference_ops.h2522 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local