Home
last modified time | relevance | path

Searched defs:NextAfter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1690 struct NextAfter<bfloat16> { struct
1691 bfloat16 operator()(bfloat16 from, bfloat16 to) { in operator ()()
1777 struct NextAfter<float8_e4m3b11> { struct
1778 float8_e4m3b11 operator()(float8_e4m3b11 from, float8_e4m3b11 to) { in operator ()()
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dblock_allocator_testing.h183 void* BlockAllocatorTest<BlockAllocatorType>::NextAfter(size_t index) { in NextAfter() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmath.cc1355 XlaOp NextAfter(XlaOp from, XlaOp to) { in NextAfter() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp596 TYPED_TEST(RealTests, NextAfter) { in TYPED_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3530 TEST_F(OpTest, NextAfter) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go27516 func NextAfter(scope *Scope, x1 tf.Output, x2 tf.Output) (output tf.Output) { func