Home
last modified time | relevance | path

Searched refs:XNN_SIMD_ALLOCA (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/xnnpack/
Dallocator.h68 #define XNN_SIMD_ALLOCA(size) __builtin_alloca((size)) macro
71 #define XNN_SIMD_ALLOCA(size) __builtin_alloca_with_align((size), XNN_ALLOCATION_ALIGNMENT) macro
73 #define XNN_SIMD_ALLOCA(size) \ macro
76 #define XNN_SIMD_ALLOCA(size) \ macro
79 #define XNN_SIMD_ALLOCA(size) \ macro
/external/XNNPACK/src/
Doperator-run.c491 …void* multipass_accumulation_buffer = XNN_SIMD_ALLOCA(context->channels * sizeof(float) + XNN_EXTR… in xnn_compute_argmax_pooling_multipass()
492 …void* multipass_index_buffer = XNN_SIMD_ALLOCA(context->channels * sizeof(uint32_t) + XNN_EXTRA_BY… in xnn_compute_argmax_pooling_multipass()
568XNN_SIMD_ALLOCA(context->channels * sizeof(int32_t) + XNN_EXTRA_BYTES * sizeof(int32_t) / sizeof(u… in xnn_compute_average_pooling_multipass()
610 …void* multipass_buffer = XNN_SIMD_ALLOCA(context->channels * sizeof(int32_t) + XNN_EXTRA_BYTES * s… in xnn_compute_pixelwise_average_pooling_multipass()
648XNN_SIMD_ALLOCA(context->channels * sizeof(int32_t) + XNN_EXTRA_BYTES * sizeof(int32_t) / sizeof(u… in xnn_compute_global_average_pooling_nwc_multipass()