Home
last modified time | relevance | path

Searched refs:create_lws_hint_parallel_implementations (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/core/CL/
DCLHelpers.h227 cl::NDRange create_lws_hint_parallel_implementations(unsigned int input_dimension, unsigned int vec…
/external/ComputeLibrary/src/core/CL/
DCLHelpers.cpp411 cl::NDRange create_lws_hint_parallel_implementations(unsigned int input_dimension, unsigned int vec… in create_lws_hint_parallel_implementations() function
/external/ComputeLibrary/src/core/CL/kernels/
DCLArgMinMaxLayerKernel.cpp157 …lws_hint = create_lws_hint_parallel_implementations(input_for_width->info()->dimension(0),… in configure()
DCLReductionOperationKernel.cpp215 … lws_hint = create_lws_hint_parallel_implementations(input->info()->dimension(0), border_val); in configure()