Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc244 auto make_branch = [&builder, this](int i) { in XLA_TEST_P() local
257 branches.emplace_back(make_branch(i)); in XLA_TEST_P()
421 auto make_branch = [&builder, this](int i) { in XLA_TEST_P() local
433 branches.emplace_back(make_branch(i)); in XLA_TEST_P()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_test.py1162 def make_branch(i, mat, name): function
1174 make_branch(i, matrices[bi], "br{}".format(bi))