Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/core/CL/
DCLHelpers.h261 void set_unroll_with_pragma(CLBuildOptions &built_opts, std::initializer_list<int> values);
/external/ComputeLibrary/src/core/CL/
DCLHelpers.cpp482 void set_unroll_with_pragma(CLBuildOptions &built_opts, std::initializer_list<int> values) in set_unroll_with_pragma() function
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp274 set_unroll_with_pragma(build_opts, { static_cast<int>(_weights->info()->dimension(1) + m0 - 1), in configure()