Home
last modified time | relevance | path

Searched defs:is_height_flipped (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNECropKernel.cpp186bool is_height_flipped, bool has_cols_in_bounds, bool has_cols_out_of_bounds_before, bool has_cols… in execute_window()
323 bool is_height_flipped = _end[1] < _start[1]; in configure_output_shape() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLCropResize.cpp162 bool is_height_flipped = end[1] < start[1]; in configure() local