Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
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
Dpooling_depthfirst_generic_quantized.hpp175 …const TInput **const inptr_array = reinterpret_cast<const TInput **>(working_space + thread_id * s… in execute() local
Dpooling_depthfirst_cache_oblivious.hpp222 const TInput **const inptr_array = _inptr_array; in execute() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_depthfirst_generic.hpp182 const T **inptr_array; member
Ddepthwise_depthfirst.hpp198 const T **inptr_array; member