Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp144 auto outptr_array = reinterpret_cast<TOutput **>(alloca( in compute_tile_padded() local
206 auto outptr_array = reinterpret_cast<TOutput **>(alloca( in compute_row_padded_tile_row() local
H A Dpooling_depthfirst_cache_oblivious.hpp182 TOutput **const outptr_array = _outptr_array; in execute() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp242 T **outptr_array; member