Searched refs:test_expm1 (Results 1 – 10 of 10) sorted by relevance
64 def test_expm1(self): member in TestUnaryUfuncs
486 void test_expm1() { in test_expm1() function971 test_expm1(); in main()
813 def test_expm1(x, y): function878 test_expm1,
918 void test_expm1() in test_expm1() function1512 test_expm1(); in main()
530 // CHECK-LABEL: func private @test_expm1(%arg0: tensor<16xf32>) -> tensor<16xf32>531 %test_expm1 (arg0.1: f32[16]) -> f32[16] {
947 void test_expm1() in test_expm1() function1563 test_expm1(); in main()
996 void test_expm1() in test_expm1() function1697 test_expm1(); in main()
5316 def test_expm1(self): member in CommonTemplate