Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc1153 XlaComputation condition_callee; in XLA_TEST_F() local
1159 condition_callee = builder.Build().ConsumeValueOrDie(); in XLA_TEST_F()
1166 auto result = Call(&builder, condition_callee, {prev}); in XLA_TEST_F()