HomeSort by relevance Sort by last modified time
    Searched full:v1_v2 (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
tuple_test.cc 210 auto v1_v2 = b.Tuple({v1_gt, v2_gt}); // {false, true} local
212 auto select = b.Select(direction ? v1_gt : v2_gt, v1_v2, v2_v1);

Completed in 90 milliseconds