Home
last modified time | relevance | path

Searched refs:height_adjustment (Results 1 – 1 of 1) sorted by relevance

/external/XNNPACK/src/
Dindirection.c349 const int32_t height_adjustment = (int32_t) (align_corners && output_height != 1); in xnn_indirection_init_resize_bilinear2d_hwc_f32() local
353 …(float) ((int32_t) input_height - height_adjustment) / (float) ((int32_t) output_height - height_a… in xnn_indirection_init_resize_bilinear2d_hwc_f32()
444 const int32_t height_adjustment = (int32_t) (align_corners && output_height != 1); in xnn_indirection_init_resize_bilinear2d_chw_f32() local
448 …(float) ((int32_t) input_height - height_adjustment) / (float) ((int32_t) output_height - height_a… in xnn_indirection_init_resize_bilinear2d_chw_f32()