Home
last modified time | relevance | path

Searched defs:TestTanh (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_tanh.py31 class TestTanh(unittest.TestCase): class
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestTanh.java28 public class TestTanh extends RSBaseCompute { class
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Dcmath_test.go1443 func TestTanh(t *testing.T) { func
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dcomplex_math_test_common.h501 C10_DEFINE_TEST(TestTanh, Identity) { in C10_DEFINE_TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dall_test.go3017 func TestTanh(t *testing.T) { func
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp2976 TEST_F(LazyOpsTest, TestTanh) { in TEST_F() argument