Searched defs:NextAfter (Results 1 – 6 of 6) sorted by relevance
1690 struct NextAfter<bfloat16> { struct1691 bfloat16 operator()(bfloat16 from, bfloat16 to) { in operator ()()1777 struct NextAfter<float8_e4m3b11> { struct1778 float8_e4m3b11 operator()(float8_e4m3b11 from, float8_e4m3b11 to) { in operator ()()
183 void* BlockAllocatorTest<BlockAllocatorType>::NextAfter(size_t index) { in NextAfter() function
1355 XlaOp NextAfter(XlaOp from, XlaOp to) { in NextAfter() function
596 TYPED_TEST(RealTests, NextAfter) { in TYPED_TEST() argument
3530 TEST_F(OpTest, NextAfter) { in TEST_F() argument
27516 func NextAfter(scope *Scope, x1 tf.Output, x2 tf.Output) (output tf.Output) { func