Home
last modified time | relevance | path

Searched refs:sizeof_output_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp249 return sizeof_outptr_array(args) + sizeof_output_buffer(args); in get_element_size()
261 buffer_bytes += sizeof_output_buffer(args); in initialise()
274 static size_t sizeof_output_buffer(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_output_buffer() function in arm_conv::depthwise::__anon783f6b5b0111::OutputArrayElement
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst_cache_oblivious.hpp57 size_t sizeof_output_buffer(void) const in sizeof_output_buffer() function in arm_conv::pooling::PoolingDepthfirstCacheOblivious
75 return sizeof_input_buffer() + sizeof_output_buffer(); in get_working_size()
152 TInput *const input_buffer = reinterpret_cast<TInput *>(working_space + sizeof_output_buffer()); in execute()
H A Dpooling_depthfirst.hpp87 size_t sizeof_output_buffer(void) const in sizeof_output_buffer() function in arm_conv::pooling::PoolingDepthfirst