Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc28 XlaComputation CreateR0ConstantComputation(float value) { in CreateR0ConstantComputation() function in xla::__anon6d4bed850111::ConditionalOpTest
184 auto true_computation = CreateR0ConstantComputation(56.0f); in XLA_TEST_F()
185 auto false_computation = CreateR0ConstantComputation(12.0f); in XLA_TEST_F()
208 CreateR0ConstantComputation(static_cast<float>(i) * 10)); in XLA_TEST_P()