HomeSort by relevance Sort by last modified time
    Searched refs:w_start (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_phi_builder.c 112 unsigned i, w_start = 0, w_end = 0; local
130 while (w_start != w_end) {
131 nir_block *cur = pb->W[w_start++];
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_common.h 221 // (h_start, h_end) * (w_start, w_end) is the range that the input
229 const int32 w_start = (wpad < window_cols)
238 for (int32 pw = w_start; pw < w_end; ++pw) {
468 // (h_start, h_end) * (w_start, w_end) is the range that the input
476 const int32 w_start = (wpad < window_cols)
485 for (int32 pw = w_start; pw < w_end; ++pw) {
557 // (h_start, h_end) * (w_start, w_end) is the range that the input
567 const int w_start =
577 for (int pw = w_start; pw < w_end; ++pw) {
maxpooling_op.cc 119 // (h_start, h_end) * (w_start, w_end) is the range that the input
126 const int w_start =
133 for (int pw = w_start; pw < w_end; ++pw) {
593 // (h_start, h_end) * (w_start, w_end) is the range that the input
597 int w_start = pw * col_stride - pad_cols;
598 const int w_end = std::min(w_start + window_cols, in_cols);
600 w_start = std::max(w_start, 0);
607 for (int w = w_start; w < w_end && !should_stop; ++w) {
    [all...]
pooling_ops_3d.cc 609 // (p_start, p_end) * (h_start, h_end) * (w_start, w_end) is the
615 int w_start = pw * col_stride - pad_cols;
616 const int w_end = std::min(w_start + window_cols, in_cols);
619 w_start = std::max(w_start, 0);
628 for (int w = w_start; w < w_end && !should_stop; ++w) {
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]

Completed in 604 milliseconds