Home
last modified time | relevance | path

Searched defs:TestAbs (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dabs.py13 class TestAbs(unittest.TestCase): class
/aosp_15_r20/art/test/567-checker-builder-intrinsics/src/
H A DTestAbs.java20 public class TestAbs { class
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestAbs.java28 public class TestAbs extends RSBaseCompute { class
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Dcmath_test.go944 func TestAbs(t *testing.T) { func
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_scalarmath.py692 class TestAbs(TestCase): class
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dpath_test.go1453 func TestAbs(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dall_test.go2454 func TestAbs(t *testing.T) { func
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp3212 TEST_F(LazyOpsTest, TestAbs) { in TEST_F() argument