Home
last modified time | relevance | path

Searched defs: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
421 auto make_branch = [&builder, this](int i) { in XLA_TEST_P() local
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_test.py1162 def make_branch(i, mat, name): function