Searched refs:tanh (Results 1 - 10 of 10) sorted by relevance

/frameworks/ml/nn/common/include/
H A DActivationFunctor.h48 return std::tanh(a);
/frameworks/ml/nn/common/operations/
H A DActivation.cpp56 *outputData = std::tanh(*inputData);
/frameworks/ml/nn/runtime/test/generated/
H A Dall_generated_V1_0_vts_tests.cpp2179 namespace tanh { namespace
2181 // Generated tanh test
2182 #include "examples/tanh.example.cpp"
2185 #include "vts_models/tanh.model.cpp"
2186 } // namespace tanh
2187 TEST_F(NeuralnetworksHidlTest, tanh) {
2189 tanh::createTestModel,
2190 tanh::is_ignored,
2191 tanh::examples);
H A Dall_generated_tests.cpp2034 namespace tanh { namespace
2036 // Generated tanh test
2037 #include "generated/examples/tanh.example.cpp"
2040 #include "generated/models/tanh.model.cpp"
2041 } // namespace tanh
2042 TEST_F(GeneratedTests, tanh) {
2043 execute(tanh::CreateModel,
2044 tanh::is_ignored,
2045 tanh::examples);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs254 TEST_HN_FUNC_HN(tanh);
H A Dmath.rs348 TEST_FN_FUNC_FN(tanh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs885 f = tanh(f);
886 f2 = tanh(f2);
887 f3 = tanh(f3);
888 f4 = tanh(f4);
/frameworks/rs/driver/runtime/
H A Drs_cl.c786 float __attribute__((overloadable)) tanh(float v) { function
789 FN_FUNC_FN(tanh)
1630 THUNK_NATIVE_F(tanh)
2259 HN_FUNC_HN(tanh); variable
/frameworks/rs/script_api/include/
H A 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(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec2711 See also @tanh().
3275 function: tanh
3289 function: tanh

Completed in 1223 milliseconds