Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc246 auto make_branch = [&builder, this](int i) { in XLA_TEST_P() local
422 auto make_branch = [&builder, this](int i) { in XLA_TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops_test.py1165 def make_branch(i, mat, name): function