Home
last modified time | relevance | path

Searched defs:p_scratch_in (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/hifi/third-party/nnlib/
H A Dxa_nn_reduce_32_32.c178 ,pVOID p_scratch_in) in xa_nn_reduce_sum_4D_f32_f32()
478 void * __restrict__ p_scratch_in) in xa_nn_reduce_mean_4D_f32_f32()
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dop_mean.cpp128 void* __restrict__ p_scratch_in = (void* __restrict__)malloc(scratch_size); in mean_dim_out() local