Searched refs:output_channel_nonzeros (Results 1 – 3 of 3) sorted by relevance
287 uint32_t* output_channel_nonzeros = (uint32_t*) (input_increments + num_nonzero_blocks); in xnn_create_convolution2d_nchw_f32() local288 … int32_t* input_channel_diffs = (int32_t*) (output_channel_nonzeros + num_output_channel_blocks); in xnn_create_convolution2d_nchw_f32()289 memset(output_channel_nonzeros, 0, num_output_channel_blocks * sizeof(uint32_t)); in xnn_create_convolution2d_nchw_f32()327 *output_channel_nonzeros += 1; in xnn_create_convolution2d_nchw_f32()330 output_channel_nonzeros += 1; in xnn_create_convolution2d_nchw_f32()355 *output_channel_nonzeros += 1; in xnn_create_convolution2d_nchw_f32()358 output_channel_nonzeros += 1; in xnn_create_convolution2d_nchw_f32()557 uint32_t* output_channel_nonzeros = (uint32_t*) (input_increments + num_nonzero_blocks); in setup_convolution2d_nchw() local558 … int32_t* input_channel_diffs = (int32_t*) (output_channel_nonzeros + num_output_channel_blocks); in setup_convolution2d_nchw()582 .output_channel_nonzeros = output_channel_nonzeros, in setup_convolution2d_nchw()
83 context->output_channel_nonzeros, in xnn_compute_spmm()
98 const uint32_t* output_channel_nonzeros; member