Searched refs:RoundToEven (Results 1 – 6 of 6) sorted by relevance
202 {RoundToEven, "round_to_even"}, in XLA_TEST_F()343 XLA_TEST_F(MathTest, RoundToEven) { in XLA_TEST_F() argument347 RoundToEven(x); in XLA_TEST_F()386 RoundToEven(x); in XLA_TEST_F()
67 XlaOp RoundToEven(XlaOp x);
491 XlaOp RoundToEven(XlaOp x) { in RoundToEven() function
80 XLAJIT_MAKE_UNARY(Rint, xla::RoundToEven(x));81 XLAJIT_MAKE_UNARY(Round, xla::RoundToEven(x));
138 result = xla::RoundToEven(input * scale) * inverse_scale; in Compile()
94 * Move `RoundToEven` function to xla/client/lib/math.h.