Searched refs:packed_weights_padding_byte (Results 1 – 3 of 3) sorted by relevance
/external/XNNPACK/src/operators/ |
D | fully-connected-nc.c | 39 int packed_weights_padding_byte, in create_fully_connected_nc() argument 113 memset(fully_connected_op->packed_weights, packed_weights_padding_byte, packed_weights_size); in create_fully_connected_nc()
|
D | convolution-nhwc.c | 91 int packed_weights_padding_byte, in create_convolution2d_nhwc() 275 memset(convolution_op->packed_weights, packed_weights_padding_byte, packed_weights_size); in create_convolution2d_nhwc() 319 …memset(convolution_op->packed_weights, packed_weights_padding_byte, packed_group_weights_size * gr… in create_convolution2d_nhwc()
|
D | deconvolution-nhwc.c | 67 int packed_weights_padding_byte, in create_deconvolution2d_nhwc() 213 …memset(deconvolution_op->packed_weights, packed_weights_padding_byte, packed_group_weights_size * … in create_deconvolution2d_nhwc()
|