Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc205 std::vector<const XlaComputation*> branches_p(num_branches); in XLA_TEST_P() local
209 branches_p[i] = &branches[i]; in XLA_TEST_P()
211 Conditional(branch_index, branches_p, operands); in XLA_TEST_P()
252 std::vector<const XlaComputation*> branches_p(num_branches); in XLA_TEST_P() local
258 branches_p[i] = &branches[i]; in XLA_TEST_P()
264 Conditional(branch_index, branches_p, operands); in XLA_TEST_P()
431 std::vector<const XlaComputation*> branches_p(num_branches); in XLA_TEST_P() local
434 branches_p[i] = &branches[i]; in XLA_TEST_P()
436 Conditional(branch_index, branches_p, in XLA_TEST_P()