Searched refs:w_start (Results 1 – 6 of 6) sorted by relevance
121 unsigned i, w_start = 0, w_end = 0; in nir_phi_builder_add_value() local141 while (w_start != w_end) { in nir_phi_builder_add_value()142 nir_block *cur = pb->W[w_start++]; in nir_phi_builder_add_value()
267 const int32 w_start = (wpad < window_cols) in SpatialMaxPool() local276 for (int32 pw = w_start; pw < w_end; ++pw) { in SpatialMaxPool()528 const int32 w_start = (wpad < window_cols)537 for (int32 pw = w_start; pw < w_end; ++pw) {619 const int w_start =629 for (int pw = w_start; pw < w_end; ++pw) {
611 int w_start = pw * col_stride - pad_cols; in launch() local612 const int w_end = std::min(w_start + window_cols, in_cols); in launch()615 w_start = std::max(w_start, 0); in launch()624 for (int w = w_start; w < w_end && !should_stop; ++w) { in launch()
145 const int w_start = in SpatialMaxPoolWithArgMaxHelper() local152 for (int pw = w_start; pw < w_end; ++pw) { in SpatialMaxPoolWithArgMaxHelper()619 int w_start = pw * col_stride - pad_left; in SpatialMaxPoolGradGrad() local620 const int w_end = std::min(w_start + window_cols, in_cols); in SpatialMaxPoolGradGrad()622 w_start = std::max(w_start, 0); in SpatialMaxPoolGradGrad()629 for (int w = w_start; w < w_end && !should_stop; ++w) { in SpatialMaxPoolGradGrad()
79 $w_start = [ワヰヱヲわゐゑを] ;275 w } w ↔ ッ } $w_start;
3207 int w_start = (wpad < params.filter_width) in AveragePool() local3213 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool()3401 int w_start = (wpad < params.filter_width) in MaxPool() local3407 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool()3569 const int w_start = in L2Pool() local3580 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()