Home
last modified time | relevance | path

Searched defs:is_width_flipped (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/crop/generic/neon/
Dinteger.cpp33 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in u8_in_bounds_crop_window()
40 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in u16_in_bounds_crop_window()
47 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in u32_in_bounds_crop_window()
54 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in s8_in_bounds_crop_window()
61 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in s16_in_bounds_crop_window()
68 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in s32_in_bounds_crop_window()
Dfp16.cpp33 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in fp16_in_bounds_crop_window()
Dfp32.cpp32 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in fp32_in_bounds_crop_window()
Dimpl.cpp37 …tput_width_start, int32_t output_width_limit, bool input_has_single_channel, bool is_width_flipped) in in_bounds_crop_window()
/external/ComputeLibrary/src/core/NEON/kernels/
DNECropKernel.cpp141 …ds_before, bool has_cols_out_of_bounds_after, bool input_has_single_channel, bool is_width_flipped) in execute_window()
250 bool is_width_flipped = _end[0] < _start[0]; in configure_output_shape() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLCropResize.cpp159 bool is_width_flipped = end[0] < start[0]; in configure() local