Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_nearest_neighbor_op_gpu.cu.cc38 const int out_width, const float height_scale, const float width_scale, in ResizeNearestNeighborNHWC()
69 const int out_width, const float height_scale, const float width_scale, in LegacyResizeNearestNeighborNHWC()
98 const int out_width, const float height_scale, const float width_scale, in ResizeNearestNeighborBackwardNHWC()
129 const int out_width, const float height_scale, const float width_scale, in LegacyResizeNearestNeighborBackwardNHWC()
Dresize_bilinear_op_gpu.cu.cc38 float height_scale, float width_scale, int batch, int in_height, in ResizeBilinearKernel_faster()
118 float width_scale, int batch, int in_height, int in_width, int channels, in ResizeBilinearKernel()
168 float height_scale, float width_scale, in ResizeBilinearGradKernel()
233 float height_scale, float inverse_height_scale, float width_scale, in ResizeBilinearDeterministicGradKernel()
286 float width_scale, int batch, int in_height, int in_width, int channels, in LegacyResizeBilinearKernel()
336 float height_scale, float width_scale, int batch, int original_height, in LegacyResizeBilinearGradKernel()
Dcrop_and_resize_op_gpu.cu.cc69 const float width_scale = in CropAndResizeKernel() local
162 const float width_scale = in CropAndResizeBackpropImageKernel() local
265 const float width_scale = (crop_width > 1) ? (x2 - x1) * width_ratio : 0; in CropAndResizeBackpropBoxesKernel() local
Dcrop_and_resize_op.cc254 const float width_scale = in operator ()() local
490 const float width_scale = in operator ()() local
709 const float width_scale = (crop_width > 1) ? (x2 - x1) * width_ratio : 0; in operator ()() local
Dresize_area_op_test.cc77 const float width_scale = in_width / static_cast<float>(out_width); in ResizeAreaBaseline() local
Dresize_nearest_neighbor_op.cc274 const float width_scale = in Compute() local
Dresize_bicubic_op_test.cc128 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBicubicBaseline() local
Dresize_bilinear_op_test.cc96 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBilinearBaseline() local
/external/tensorflow/tensorflow/core/util/
Dimage_resizer_state.h160 float width_scale; member
245 float width_scale; member
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc473 const float height_scale, const float width_scale, in ResizeImageReference()
522 const float height_scale, const float width_scale, in ResizeImage()
536 const float height_scale, const float width_scale, in ResizeImage()
599 const float height_scale, const float width_scale, in ResizeImage()
661 const float height_scale, const float width_scale, in ResizeBilinear()
Dquantized_resize_bilinear_op_test.cc116 const float height_scale, const float width_scale, in CalcReferenceResizedVal()
157 const float width_scale = in CheckTensorValue() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dresize_bilinear.h1513 float width_scale, const RuntimeShape& input_shape, const float* input_data, in ResizeBilinearGeneric()
1566 float width_scale, const RuntimeShape& input_shape, const T* input_data, in ResizeBilinearGenericSmallChannel()
1642 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local
1706 float width_scale = in ResizeBilinear() local
Doptimized_ops.h5622 int32 width_scale = (input_width << 16) / output_width + 1; in ResizeNearestNeighbor() local
/external/XNNPACK/src/
Dindirection.c351 const float width_scale = in xnn_indirection_init_resize_bilinear2d_hwc_f32() local
446 const float width_scale = in xnn_indirection_init_resize_bilinear2d_hwc_q11() local
541 const float width_scale = in xnn_indirection_init_resize_bilinear2d_chw_f32() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dresize_bilinear.h81 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local
/external/XNNPACK/test/
Dresize-bilinear-operator-tester.h88 inline float width_scale() const { in width_scale() function
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h1217 ResizeLayer(InterpolationPolicy policy, float width_scale, float height_scale) in ResizeLayer()
/external/ComputeLibrary/src/graph/
DGraphBuilder.cpp661 float width_scale, float height_scale) in add_resize_node()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c1356 float width_scale, in create_image_alias()