Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc508 auto true_array = ConstantR1<float>(&true_builder, {12.8f, 14.6f}); in XLA_TEST_F() local
509 Tuple(&true_builder, {true_pred, true_scalar, true_array}); in XLA_TEST_F()