Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dconvolution-nchw.c413 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in xnn_create_convolution2d_nchw_f32() local
450 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in xnn_create_convolution2d_nchw_f32() local
Dprelu-nc.c93 …const size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNME… in create_prelu_nc() local
Dconvolution-nhwc.c401 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_convolution2d_nhwc() local
434 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_convolution2d_nhwc() local
500 …const size_t aligned_total_weights_size = round_up_po2(packed_group_weights_size * groups, XNN_ALL… in create_convolution2d_nhwc() local
Dfully-connected-nc.c122 size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_fully_connected_nc() local
Ddeconvolution-nhwc.c192 …const size_t aligned_total_weights_size = round_up_po2(packed_group_weights_size * groups, XNN_ALL… in create_deconvolution2d_nhwc() local