Searched refs:w_end (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 112 unsigned i, w_start = 0, w_end = 0; in nir_phi_builder_add_value() local 126 pb->W[w_end++] = pb->blocks[i]; in nir_phi_builder_add_value() 130 while (w_start != w_end) { in nir_phi_builder_add_value() 155 pb->W[w_end++] = next; in nir_phi_builder_add_value()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.h | 232 const int32 w_end = std::min(wpad / col_stride + 1, out_width); in SpatialMaxPool() local 238 for (int32 pw = w_start; pw < w_end; ++pw) { in SpatialMaxPool() 479 const int32 w_end = std::min(wpad / col_stride + 1, out_width); 485 for (int32 pw = w_start; pw < w_end; ++pw) { 571 const int w_end = 577 for (int pw = w_start; pw < w_end; ++pw) {
|
D | maxpooling_op.cc | 139 const int w_end = std::min(wpad / col_stride + 1, out_width); in SpatialMaxPoolWithArgMaxHelper() local 144 for (int pw = w_start; pw < w_end; ++pw) { in SpatialMaxPoolWithArgMaxHelper() 612 const int w_end = std::min(w_start + window_cols, in_cols); in SpatialMaxPoolGradGrad() local 621 for (int w = w_start; w < w_end && !should_stop; ++w) { in SpatialMaxPoolGradGrad()
|
D | pooling_ops_3d.cc | 616 const int w_end = std::min(w_start + window_cols, in_cols); in launch() local 628 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 | 4001 int w_end = std::min(wpad / stride_width + 1, output_width); in AveragePool() local 4004 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool() 4189 int w_end = std::min(wpad / stride_width + 1, output_width); in MaxPool() local 4192 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool() 4358 const int w_end = std::min(wpad / stride_width + 1, output_width); in L2Pool() local 4365 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4148 int w_end = std::min(wpad / stride_width + 1, output_width); in AveragePool() local 4151 for (int pw = w_start; pw < w_end; ++pw) { in AveragePool() 4320 int w_end = std::min(wpad / stride_width + 1, output_width); in MaxPool() local 4323 for (int pw = w_start; pw < w_end; ++pw) { in MaxPool() 4473 const int w_end = std::min(wpad / stride_width + 1, output_width); in L2Pool() local 4480 for (int pw = w_start; pw < w_end; ++pw) { in L2Pool()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 465 const uint32_t *w_end = w + count; in vtn_handle_decoration() local 509 for (; w < w_end; w++) { in vtn_handle_decoration()
|