Searched refs:x2_smaller_tuple (Results 1 – 1 of 1) sorted by relevance
306 auto x2_smaller_tuple = Tuple(&b, {x2, x}); in XLA_TEST_F() local307 auto sorted = Select(Lt(x, x2), x_smaller_tuple, x2_smaller_tuple); in XLA_TEST_F()