Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc30 XlaComputation CreateR0ConstantComputation(float value) { in CreateR0ConstantComputation() function in xla::__anon111415920111::ConditionalOpTest
186 auto true_computation = CreateR0ConstantComputation(56.0f); in XLA_TEST_F()
187 auto false_computation = CreateR0ConstantComputation(12.0f); in XLA_TEST_F()
210 CreateR0ConstantComputation(static_cast<float>(i) * 10)); in XLA_TEST_P()