Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLNormalizationLayerKernel.cpp99 window_changed = window_changed || update_window_and_padding(win, input_access); in validate_and_configure_window()
104 window_changed = window_changed || update_window_and_padding(win, input_access); in validate_and_configure_window()
108 window_changed = window_changed || update_window_and_padding(win, output_access); in validate_and_configure_window()
H A DCLComparisonKernel.cpp92 bool window_changed = update_window_and_padding(win_input1, input1_access) in validate_and_configure_window()
93 || update_window_and_padding(win_input2, input2_access) in validate_and_configure_window()
94 || update_window_and_padding(win, output_access); in validate_and_configure_window()
H A DCLBatchNormalizationLayerKernel.cpp96 window_changed = update_window_and_padding(win, input_access, output_access); in validate_and_configure_window_nchw()
101 window_changed = update_window_and_padding(win, input_access); in validate_and_configure_window_nchw()
H A DCLNormalizePlanarYUVLayerKernel.cpp76 bool window_changed = update_window_and_padding(win, input_access, output_access); in validate_and_configure_window_nchw()
H A DCLChannelShuffleLayerKernel.cpp87 const bool window_changed = update_window_and_padding(win, input_access, output_access); in validate_and_configure_window()
H A DCLPriorBoxLayerKernel.cpp93 bool window_changed = update_window_and_padding(win, output_access); in validate_and_configure_window()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClGemmMatrixMultiplyNativeKernel.cpp200 …window_changed = update_window_and_padding(win, src0_access, src1_access, src2_access) || // windo… in validate_and_configure_window()
201update_window_and_padding(win_out, dst_access); // window used to update … in validate_and_configure_window()
205 …window_changed = update_window_and_padding(win, src0_access, src1_access) || // window used by the… in validate_and_configure_window()
206update_window_and_padding(win_out, dst_access); // window used to update the padding r… in validate_and_configure_window()
H A DClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp232 … window_changed = window_changed || update_window_and_padding(win, vector_sum_col_access); in validate_and_configure_window()
240 window_changed = window_changed || update_window_and_padding(win, bias_access); in validate_and_configure_window()
247 …window_changed = window_changed || update_window_and_padding(win, output_multipliers_access, outpu… in validate_and_configure_window()
H A DClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp253 … window_changed = window_changed || update_window_and_padding(win_out, vector_sum_col_access); in validate_and_configure_window()
261 window_changed = window_changed || update_window_and_padding(win_out, bias_access); in validate_and_configure_window()
268 …window_changed = window_changed || update_window_and_padding(win_out, output_multipliers_access, o… in validate_and_configure_window()
H A DClGemmReshapeRhsMatrixKernel.cpp94 window_changed = update_window_and_padding(win, src_access); in validate_and_configure_window()
H A DClCol2ImKernel.cpp80 bool window_changed = update_window_and_padding(win, input_access); in validate_and_configure_window()
H A DClWinogradInputTransformKernel.cpp95 window_changed = update_window_and_padding(win, input_access); in validate_and_configure_window()
H A DClGemmLowpMatrixMultiplyNativeKernel.cpp148 …window_changed = update_window_and_padding(win, src1_access); // window used by the execute_window… in validate_and_configure_window()
H A DClWinogradOutputTransformKernel.cpp117 window_changed = update_window_and_padding(win, input_access, output_access); in validate_and_configure_window()
H A DClIm2ColKernel.cpp131 window_changed = window_changed || update_window_and_padding(win, input_access); in validate_and_configure_window()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DICLSimpleKernel.cpp47 update_window_and_padding(win, in configure()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEBitwiseNotKernel.cpp80update_window_and_padding(win, AccessWindowHorizontal(input->info(), 0, num_elems_processed_per_it… in configure()
H A DNEBitwiseOrKernel.cpp85 update_window_and_padding(win, in configure()
H A DNEBitwiseXorKernel.cpp84update_window_and_padding(win, AccessWindowHorizontal(input1->info(), 0, num_elems_processed_per_i… in configure()
H A DNEBitwiseAndKernel.cpp89 update_window_and_padding(win, in configure()
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/
H A DWindowHelpers.h46 bool update_window_and_padding(Window &win, Ts &&... patterns) in update_window_and_padding() function