Searched refs:w_end (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 121 unsigned i, w_start = 0, w_end = 0; in nir_phi_builder_add_value() local 137 pb->W[w_end++] = pb->blocks[i]; in nir_phi_builder_add_value() 141 while (w_start != w_end) { in nir_phi_builder_add_value() 165 pb->W[w_end++] = next; in nir_phi_builder_add_value()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.h | 270 const int32 w_end = std::min(wpad / col_stride + 1, out_width); in SpatialMaxPool() local 276 for (int32 pw = w_start; pw < w_end; ++pw) { in SpatialMaxPool() 531 const int32 w_end = std::min(wpad / col_stride + 1, out_width); 537 for (int32 pw = w_start; pw < w_end; ++pw) { 623 const int w_end = 629 for (int pw = w_start; pw < w_end; ++pw) {
|
D | maxpooling_op.cc | 147 const int w_end = std::min(wpad / col_stride + 1, out_width); in SpatialMaxPoolWithArgMaxHelper() local 152 for (int pw = w_start; pw < w_end; ++pw) { in SpatialMaxPoolWithArgMaxHelper() 620 const int w_end = std::min(w_start + window_cols, in_cols); in SpatialMaxPoolGradGrad() local 629 for (int w = w_start; w < w_end && !should_stop; ++w) { in SpatialMaxPoolGradGrad()
|
D | pooling_ops_3d.cc | 612 const int w_end = std::min(w_start + window_cols, in_cols); in launch() local 624 for (int w = w_start; w < w_end && !should_stop; ++w) { in launch()
|
/external/autotest/site_utils/admin/scripts/ |
D | check_db.out | 228 w_end 2388
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3210 int w_end = std::min(wpad / stride_width + 1, output_width); in AveragePool() local 3213 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool() 3404 int w_end = std::min(wpad / stride_width + 1, output_width); in MaxPool() local 3407 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool() 3573 const int w_end = std::min(wpad / stride_width + 1, output_width); in L2Pool() local 3580 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 603 const uint32_t *w_end = w + count; in vtn_handle_decoration() local 655 for (; w < w_end; w++) { in vtn_handle_decoration()
|