Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/ml/nn/common/include/
DActivationFunctor.h48 return std::tanh(a); in operator()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp2179 namespace tanh { namespace
2187 TEST_F(NeuralnetworksHidlTest, tanh) { in TEST_F() argument
2189 tanh::createTestModel, in TEST_F()
2190 tanh::is_ignored, in TEST_F()
2191 tanh::examples); in TEST_F()
Dall_generated_tests.cpp2034 namespace tanh { namespace
2042 TEST_F(GeneratedTests, tanh) { in TEST_F() argument
2043 execute(tanh::CreateModel, in TEST_F()
2044 tanh::is_ignored, in TEST_F()
2045 tanh::examples); in TEST_F()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs139 TEST_FUNC_1(tanh);
/frameworks/ml/nn/common/operations/
DActivation.cpp56 *outputData = std::tanh(*inputData); in tanhFloat32()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs867 f = tanh(f);
868 f2 = tanh(f2);
869 f3 = tanh(f3);
870 f4 = tanh(f4);
Dmath.rs324 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs887 f = tanh(f);
888 f2 = tanh(f2);
889 f3 = tanh(f3);
890 f4 = tanh(f4);
Dmath.rs350 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs885 f = tanh(f);
886 f2 = tanh(f2);
887 f3 = tanh(f3);
888 f4 = tanh(f4);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs179 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs254 TEST_HN_FUNC_HN(tanh);
Dmath.rs348 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak310 TEST_FN_FUNC_FN(tanh);
Dmath.rs324 TEST_FN_FUNC_FN(tanh);
Dmath.rs.orig324 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs324 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs393 BENCH_FN_FUNC_FN(tanh);
/frameworks/rs/driver/runtime/
Drs_cl.c786 float __attribute__((overloadable)) tanh(float v) { in tanh() function
789 FN_FUNC_FN(tanh) in FN_FUNC_FN() argument
1630 THUNK_NATIVE_F(tanh) in THUNK_NATIVE_F()
2259 HN_FUNC_HN(tanh);
/frameworks/rs/script_api/include/
Drs_math.rsh5377 * See also tanh().
6306 * tanh: Hyperbolic tangent
6313 tanh(float v);
6316 tanh(float2 v);
6319 tanh(float3 v);
6322 tanh(float4 v);
6326 tanh(half v);
6331 tanh(half2 v);
6336 tanh(half3 v);
6341 tanh(half4 v);
/frameworks/rs/script_api/
Drs_math.spec2711 See also @tanh().
3275 function: tanh
3289 function: tanh
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3280 *(float*)buf2299 = tanh(*(float*)buf2300);
3281 *(float2*)buf2301 = tanh(*(float2*)buf2302);
3282 *(float3*)buf2303 = tanh(*(float3*)buf2304);
3283 *(float4*)buf2305 = tanh(*(float4*)buf2306);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3280 *(float*)buf2299 = tanh(*(float*)buf2300);
3281 *(float2*)buf2301 = tanh(*(float2*)buf2302);
3282 *(float3*)buf2303 = tanh(*(float3*)buf2304);
3283 *(float4*)buf2305 = tanh(*(float4*)buf2306);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3387 *(float*)buf2369 = tanh(*(float*)buf2370);
3388 *(float2*)buf2371 = tanh(*(float2*)buf2372);
3389 *(float3*)buf2373 = tanh(*(float3*)buf2374);
3390 *(float4*)buf2375 = tanh(*(float4*)buf2376);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs3387 *(float*)buf2369 = tanh(*(float*)buf2370);
3388 *(float2*)buf2371 = tanh(*(float2*)buf2372);
3389 *(float3*)buf2373 = tanh(*(float3*)buf2374);
3390 *(float4*)buf2375 = tanh(*(float4*)buf2376);

12