Home
last modified time | relevance | path

Searched defs:inptr_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp142 auto inptr_array = reinterpret_cast<const TInput **>(alloca( in compute_tile_padded() local
204 auto inptr_array = reinterpret_cast<const TInput **>(alloca( in compute_row_padded_tile_row() local
H A Dpooling_depthfirst_generic_quantized.hpp175 …const TInput **const inptr_array = reinterpret_cast<const TInput **>(working_space + thread_id * s… in execute() local
H A Dpooling_depthfirst_cache_oblivious.hpp222 const TInput **const inptr_array = _inptr_array; in execute() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_generic.hpp182 const T **inptr_array; member
H A Ddepthwise_depthfirst.hpp198 const T **inptr_array; member