Home
last modified time | relevance | path

Searched refs:xnn_allocate_zero_simd_memory (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/operators/
H A Daverage-pooling-nhwc.c185 average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_average_pooling2d_nhwc_qu8()
381 average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_average_pooling2d_nhwc_f16()
390 void* zero_buffer = xnn_allocate_zero_simd_memory(zero_bytes); in xnn_create_average_pooling2d_nhwc_f16()
557 average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_average_pooling2d_nhwc_f32()
566 void* zero_buffer = xnn_allocate_zero_simd_memory(zero_bytes); in xnn_create_average_pooling2d_nhwc_f32()
H A Dtranspose-nd.c73 xnn_operator_t transpose_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_transpose_nd()
586 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_depth_to_space_nchw2nhwc_x32()
734 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_depth_to_space_nhwc()
984 space_to_depth_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_space_to_depth_nhwc()
H A Dsoftmax-nc.c100 softmax_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_softmax_nc_qu8()
241 softmax_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_softmax_nc_floating_point()
H A Dglobal-average-pooling-nwc.c82 global_average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_global_average_pooling_nwc()
91 void* zero_buffer = xnn_allocate_zero_simd_memory(zero_size); in create_global_average_pooling_nwc()
H A Dglobal-average-pooling-ncw.c68 global_average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_global_average_pooling_ncw_f32()
H A Ddepth-to-space-nchw2nhwc.c69 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_depth_to_space_nchw2nhwc_x32()
H A Dchannel-shuffle-nc.c75 channel_shuffle_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_channel_shuffle_nc()
H A Dunpooling-nhwc.c89 unpooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_unpooling2d_nhwc_x32()
H A Ddepth-to-space-nhwc.c70 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_depth_to_space_nhwc()
H A Dresize-bilinear-nchw.c67 resize_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_resize_bilinear2d_nchw_f32()
H A Dprelu-nc.c80 prelu_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_prelu_nc()
H A Dconstant-pad-nd.c38 constant_pad_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_constant_pad_nd()
H A Dargmax-pooling-nhwc.c119 argmax_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_argmax_pooling2d_nhwc_f32()
H A Dresize-bilinear-nhwc.c77 resize_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_resize_bilinear2d_nhwc()
H A Dlut-elementwise-nc.c94 lut_elementwise_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_lut_elementwise_nc()
H A Dfully-connected-nc.c102 fully_connected_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_fully_connected_nc()
H A Dmax-pooling-nhwc.c160 max_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_max_pooling2d_nhwc()
H A Dconvolution-nchw.c214 convolution_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_convolution2d_nchw_f32()
H A Dbinary-elementwise-nd.c43 xnn_operator_t binary_elementwise_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_binary_elementwise_nd()
H A Ddeconvolution-nhwc.c141 deconvolution_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_deconvolution2d_nhwc()
H A Dunary-elementwise-nc.c71 unary_elementwise_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_unary_elementwise_nc()
H A Dconvolution-nhwc.c355 convolution_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_convolution2d_nhwc()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dallocator.h61 inline static void* xnn_allocate_zero_simd_memory(size_t memory_size) { in xnn_allocate_zero_simd_memory() function