Home
last modified time | relevance | path

Searched refs:w_end (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_phi_builder.c112 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/
Dpooling_ops_common.h232 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) {
Dmaxpooling_op.cc139 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()
Dpooling_ops_3d.cc616 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/
Dcheck_db.out228 w_end 2388
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4001 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/
Doptimized_ops.h4148 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/
Dspirv_to_nir.c465 const uint32_t *w_end = w + count; in vtn_handle_decoration() local
509 for (; w < w_end; w++) { in vtn_handle_decoration()