Home
last modified time | relevance | path

Searched refs:calculate_matrix_scale (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEConvolution.cpp93 scale = calculate_matrix_scale(conv, matrix_size); in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLConvolution.cpp94 scale = calculate_matrix_scale(conv, matrix_size); in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLConvolutionKernel.cpp82 scale = calculate_matrix_scale(conv, matrix_size); in configure()
/external/ComputeLibrary/arm_compute/core/
DUtils.h727 inline uint32_t calculate_matrix_scale(const int16_t *matrix, unsigned int matrix_size) in calculate_matrix_scale() function
/external/ComputeLibrary/src/core/NEON/kernels/
DNEConvolutionKernel.cpp343 _scale = calculate_matrix_scale(_convolution.data(), matrix_size); in configure()