Searched refs:test_rsqrt (Results 1 – 8 of 8) sorted by relevance
278 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt() function563 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()564 test_rsqrt(reporter, sk_float_rsqrt_portable); in DEF_TEST()
364 // CHECK-LABEL: test_rsqrt366 func.func @test_rsqrt(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
469 // CHECK-LABEL: test_rsqrt471 func.func @test_rsqrt(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
765 def test_rsqrt(x, y): function876 test_rsqrt,
1079 // CHECK-LABEL: func private @test_rsqrt(1081 %test_rsqrt (arg0.1: f32[16]) -> f32[16] {
539 def test_rsqrt(self): member in TestOperators
7577 def test_rsqrt(self): member in TestONNXRuntime
5307 def test_rsqrt(self): member in CommonTemplate