Home
last modified time | relevance | path

Searched refs:b_r (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_box.h162 int a_l[2], a_r[2], b_l[2], b_r[2]; in u_box_test_intersection_2d() local
170 b_r[0] = MAX2(b->x, b->x + b->width); in u_box_test_intersection_2d()
172 b_r[1] = MAX2(b->y, b->y + b->height); in u_box_test_intersection_2d()
175 if (a_l[i] > b_r[i] || a_r[i] < b_l[i]) in u_box_test_intersection_2d()
/external/tensorflow/tensorflow/core/kernels/
Ddeep_conv2d.cc332 for (int64 b_r = row_offset; b_r < base_filter_rows; ++b_r) { in operator ()() local
333 const int64 f_r = f_r_start + b_r; in operator ()()
346 filter_buf_stride * (b_r * base_filter_cols + b_c) + in operator ()()
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_ops_test.py960 for b, b_r in zip(bs, bs_r):
961 self.assertAllClose(b, b_r)
1034 for b, b_r in zip(bs, bs_r):
1035 self.assertAllClose(b, b_r)