Home
last modified time | relevance | path

Searched defs:tanh (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/src/math/
Dtanh.c7 double tanh(double x) in tanh() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtanh.c7 double tanh(double x) in tanh() function
/third_party/jerryscript/jerry-libm/
Dtanh.c62 tanh (double x) in tanh() function
/third_party/boost/boost/qvm/
Dmath.hpp50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh() function
72 template <> BOOST_QVM_INLINE_TRIVIAL double tanh<double>( double x ) { return ::tanh(x); } in tanh() function
94 …template <> BOOST_QVM_INLINE_TRIVIAL long double tanh<long double>( long double x ) { return ::tan… in tanh() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl130 GLM_FUNC_QUALIFIER vecType<T, P> tanh(vecType<T, P> const & v) function
/third_party/cmsis/CMSIS/DSP/Include/
Darm_vec_math_f16.h293 f16x8_t tanh = vmulq_f16(num, vrecip_f16(den)); in vtanhq_f16() local
Darm_vec_math.h286 f32x4_t tanh = vmulq_f32(num, vrecip_f32(den)); in vtanhq_f32() local
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Dtanh_info_test.cc31 TanhInfoPtr tanh; variable
/third_party/typescript/src/lib/
Des2015.core.d.ts142 tanh(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts162 tanh(x: number): number; method
/third_party/boost/boost/numeric/interval/
Dtransc.hpp183 interval<T, Policies> tanh(const interval<T, Policies>& x) in tanh() function
/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dtf_bidirection_gru_cf_fusion.cc74 auto tanh = VectorRef({GetPrim(prim::kPrimActivation), bias1}); in DefineGruCellPattern() local
/third_party/node/deps/icu-small/source/common/
Dlstmbe.cpp262 inline Array1D& tanh() { in tanh() function in Array1D
267 inline Array1D& tanh(const Array1D& a) { in tanh() function in Array1D
/third_party/mindspore/mindspore/ops/
Dfunctional.py111 tanh = P.Tanh() variable
/third_party/mindspore/tests/vm_impl/
Dvm_me.py521 def tanh(x): function
/third_party/musl/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp547 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> tanh(const complex<BOOST_CSTDFLOAT_EXT… in tanh() function
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp227 inline boost::math::concepts::std_real_concept tanh(boost::math::concepts::std_real_concept a) in tanh() function
Dreal_concept.hpp257 inline real_concept tanh(real_concept a) in tanh() function
/third_party/boost/boost/math/bindings/
De_float.hpp351 inline e_float tanh (const e_float& x) in tanh() function
Drr.hpp787 inline RR tanh(RR z) in tanh() function
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_bidirection_gru_fusion.cc73 VectorRef tanh = VectorRef({is_var_tanh, biasadd2}); in GenerateBodyGraphHiddenPattern() local

12