Home
last modified time | relevance | path

Searched refs:test_rsqrt (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DMathTest.cpp278 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt() function
563 test_rsqrt(reporter, sk_float_rsqrt); in DEF_TEST()
564 test_rsqrt(reporter, sk_float_rsqrt_portable); in DEF_TEST()
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir364 // CHECK-LABEL: test_rsqrt
366 func.func @test_rsqrt(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir469 // CHECK-LABEL: test_rsqrt
471 func.func @test_rsqrt(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
/external/pytorch/test/
Dtest_tensorexpr.py765 def test_rsqrt(x, y): function
876 test_rsqrt,
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt1079 // CHECK-LABEL: func private @test_rsqrt(
1081 %test_rsqrt (arg0.1: f32[16]) -> f32[16] {
/external/pytorch/test/onnx/
Dtest_operators.py539 def test_rsqrt(self): member in TestOperators
Dtest_pytorch_onnx_onnxruntime.py7577 def test_rsqrt(self): member in TestONNXRuntime
/external/pytorch/test/inductor/
Dtest_torchinductor.py5307 def test_rsqrt(self): member in CommonTemplate