Searched refs:CreateR0ConstantComputation (Results 1 – 1 of 1) sorted by relevance
30 XlaComputation CreateR0ConstantComputation(float value) { in CreateR0ConstantComputation() function in xla::__anon111415920111::ConditionalOpTest186 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()