Home
last modified time | relevance | path

Searched defs:active_height (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dinterleave_indirect.cpp178 unsigned int active_height = std::min(ymax - ybase, height); in IndirectInterleave() local
237 unsigned int active_height = std::min(ymax - ybase, height); in ConvolutionInterleave() local
Dinterleave_indirect_impl.hpp161 unsigned int active_height = std::min(ymax - ybase, height); in IndirectInterleave() local
220 unsigned int active_height = std::min(ymax - ybase, height); in ConvolutionInterleave() local
Dconvolver.hpp93 … row_handler(const column_handler &parent, unsigned int start_row, unsigned int active_height) : in row_handler()