/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_nearest_neighbor_op_gpu.cu.cc | 38 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()
|
D | resize_bilinear_op_gpu.cu.cc | 38 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()
|
D | crop_and_resize_op_gpu.cu.cc | 69 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
|
D | crop_and_resize_op.cc | 254 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
|
D | resize_area_op_test.cc | 77 const float width_scale = in_width / static_cast<float>(out_width); in ResizeAreaBaseline() local
|
D | resize_nearest_neighbor_op.cc | 274 const float width_scale = in Compute() local
|
D | resize_bicubic_op_test.cc | 128 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBicubicBaseline() local
|
D | resize_bilinear_op_test.cc | 96 const float width_scale = in_width / static_cast<float>(out_width); in ResizeBilinearBaseline() local
|
/external/tensorflow/tensorflow/core/util/ |
D | image_resizer_state.h | 160 float width_scale; member 245 float width_scale; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 473 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()
|
D | quantized_resize_bilinear_op_test.cc | 116 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/ |
D | resize_bilinear.h | 1513 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
|
D | optimized_ops.h | 5622 int32 width_scale = (input_width << 16) / output_width + 1; in ResizeNearestNeighbor() local
|
/external/XNNPACK/src/ |
D | indirection.c | 351 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/ |
D | resize_bilinear.h | 81 float width_scale = static_cast<float>(input_width) / output_width; in ResizeBilinear() local
|
/external/XNNPACK/test/ |
D | resize-bilinear-operator-tester.h | 88 inline float width_scale() const { in width_scale() function
|
/external/ComputeLibrary/arm_compute/graph/frontend/ |
D | Layers.h | 1217 ResizeLayer(InterpolationPolicy policy, float width_scale, float height_scale) in ResizeLayer()
|
/external/ComputeLibrary/src/graph/ |
D | GraphBuilder.cpp | 661 float width_scale, float height_scale) in add_resize_node()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 1356 float width_scale, in create_image_alias()
|