Searched refs:w_start (Results 1 – 7 of 7) sorted by relevance
112 unsigned i, w_start = 0, w_end = 0; in nir_phi_builder_add_value() local130 while (w_start != w_end) { in nir_phi_builder_add_value()131 nir_block *cur = pb->W[w_start++]; in nir_phi_builder_add_value()
229 const int32 w_start = (wpad < window_cols) in SpatialMaxPool() local238 for (int32 pw = w_start; pw < w_end; ++pw) { in SpatialMaxPool()476 const int32 w_start = (wpad < window_cols)485 for (int32 pw = w_start; pw < w_end; ++pw) {567 const int w_start =577 for (int pw = w_start; pw < w_end; ++pw) {
615 int w_start = pw * col_stride - pad_cols; in launch() local616 const int w_end = std::min(w_start + window_cols, in_cols); in launch()619 w_start = std::max(w_start, 0); in launch()628 for (int w = w_start; w < w_end && !should_stop; ++w) { in launch()
137 const int w_start = in SpatialMaxPoolWithArgMaxHelper() local144 for (int pw = w_start; pw < w_end; ++pw) { in SpatialMaxPoolWithArgMaxHelper()611 int w_start = pw * col_stride - pad_cols; in SpatialMaxPoolGradGrad() local612 const int w_end = std::min(w_start + window_cols, in_cols); in SpatialMaxPoolGradGrad()614 w_start = std::max(w_start, 0); in SpatialMaxPoolGradGrad()621 for (int w = w_start; w < w_end && !should_stop; ++w) { in SpatialMaxPoolGradGrad()
78 $w_start = [ワヰヱヲわゐゑを] ;274 w } w ↔ ッ } $w_start;
3998 int w_start = (wpad < params.filter_width) in AveragePool() local4004 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool()4186 int w_start = (wpad < params.filter_width) in MaxPool() local4192 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool()4354 const int w_start = in L2Pool() local4365 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()
4145 int w_start = (wpad < params.filter_width) in AveragePool() local4151 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool()4317 int w_start = (wpad < params.filter_width) in MaxPool() local4323 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool()4469 const int w_start = in L2Pool() local4480 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()