Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLCropResize.cpp61 …xtrapolation_value(0), _scale(), _copy(), _crop_results(), _scaled_results(), _internal_functions() in CLCropResize()
213 _internal_functions.push_back(std::move(kernel)); in configure()
231 _internal_functions.push_back(std::move(kernel)); in configure()
241 _internal_functions.push_back(std::move(kernel)); in configure()
256 _internal_functions.push_back(std::move(kernel)); in configure()
268 _internal_functions.push_back(std::move(kernel)); in configure()
280 for(unsigned int i = 0; i < _internal_functions.size(); ++i) in run()
282 _internal_functions[i]->run(); in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLCropResize.h142 std::vector<std::unique_ptr<IFunction>> _internal_functions; variable