Searched refs:out_tile_w_ (Results 1 – 5 of 5) sorted by relevance
132 int out_tile_w_; member
475 … h_index * deconv_param->out_tile_w_ * DECONV_WINOGRAD_DEFAULT_TILE * deconv_param->oc_up4_; in DeConvWgCalWgFp32()499 … float *dst = tile_out + h_index * out_stride * deconv_param->out_tile_w_ + w_index * out_stride; in DeConvWgCalCommFp32()608 int merge_w_end = MSMIN(deconv_param->out_tile_w_, conv_param->output_w_ - w_start); in DeconvWgPost()612 const float *src = src_start + (hi * deconv_param->out_tile_w_ + wi) * src_unit_stride; in DeconvWgPost()
208 … h_index * deconv_param->out_tile_w_ * DECONV_WINOGRAD_DEFAULT_TILE * deconv_param->oc_up4_; in DeConvWgCalWgFp16()232 …float16_t *dst = tile_out + h_index * out_stride * deconv_param->out_tile_w_ + w_index * out_strid… in DeConvWgCalCommFp16()427 int merge_w_end = MSMIN(deconv_param->out_tile_w_, conv_param->output_w_ - w_start); in DeconvWgPostFp16()431 const float16_t *src = src_start + (hi * deconv_param->out_tile_w_ + wi) * src_unit_stride; in DeconvWgPostFp16()
142 …deconv_param_->out_tile_w_ = (DECONV_WINOGRAD_DEFAULT_UNIT - 1) * conv_param_->stride_w_ + conv_pa… in InitParameter()144 size = deconv_param_->thread_num_ * deconv_param_->out_tile_w_ * deconv_param_->out_tile_h_ * in InitParameter()198 …int size = deconv_param_->out_tile_w_ * deconv_param_->out_tile_h_ * DECONV_WINOGRAD_DEFAULT_TILE * in DoDeconv()
130 …deconv_param_->out_tile_w_ = (DECONV_WINOGRAD_DEFAULT_UNIT - 1) * conv_param_->stride_w_ + conv_pa… in InitParameter()394 …int size = deconv_param_->out_tile_w_ * deconv_param_->out_tile_h_ * DECONV_WINOGRAD_DEFAULT_TILE * in DoDeconv()441 size = deconv_param_->thread_num_ * deconv_param_->out_tile_w_ * deconv_param_->out_tile_h_ * in InitRunBuf()