Searched defs:aligned_total_weights_size (Results 1 – 5 of 5) sorted by relevance
413 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in xnn_create_convolution2d_nchw_f32() local450 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in xnn_create_convolution2d_nchw_f32() local
93 …const size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNME… in create_prelu_nc() local
401 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_convolution2d_nhwc() local434 … size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_convolution2d_nhwc() local500 …const size_t aligned_total_weights_size = round_up_po2(packed_group_weights_size * groups, XNN_ALL… in create_convolution2d_nhwc() local
122 size_t aligned_total_weights_size = round_up_po2(packed_weights_size, XNN_ALLOCATION_ALIGNMENT); in create_fully_connected_nc() local
192 …const size_t aligned_total_weights_size = round_up_po2(packed_group_weights_size * groups, XNN_ALL… in create_deconvolution2d_nhwc() local