Home
last modified time | relevance | path

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

/external/pytorch/test/torch_np/
Dtest_unary_ufuncs.py64 def test_expm1(self): member in TestUnaryUfuncs
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp486 void test_expm1() { in test_expm1() function
971 test_expm1(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp486 void test_expm1() { in test_expm1() function
971 test_expm1(); in main()
/external/pytorch/test/
Dtest_tensorexpr.py813 def test_expm1(x, y): function
878 test_expm1,
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp918 void test_expm1() in test_expm1() function
1512 test_expm1(); in main()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt530 // CHECK-LABEL: func private @test_expm1(%arg0: tensor<16xf32>) -> tensor<16xf32>
531 %test_expm1 (arg0.1: f32[16]) -> f32[16] {
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp947 void test_expm1() in test_expm1() function
1563 test_expm1(); in main()
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp996 void test_expm1() in test_expm1() function
1697 test_expm1(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp996 void test_expm1() in test_expm1() function
1697 test_expm1(); in main()
/external/pytorch/test/inductor/
Dtest_torchinductor.py5316 def test_expm1(self): member in CommonTemplate