Home
last modified time | relevance | path

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

12

/external/rust/crates/libm/src/math/
Dtanh.rs8 pub fn tanh(mut x: f64) -> f64 { in tanh() function
Dmod.rs171 mod tanh; module
/external/musl/src/math/
Dtanh.c7 double tanh(double x) in tanh() function
/external/tensorflow/tensorflow/python/keras/
Dactivations.py357 def tanh(x): function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl130 GLM_FUNC_QUALIFIER vecType<T, P> tanh(vecType<T, P> const & v) function
/external/tensorflow/tensorflow/compiler/jit/
Dintroduce_floating_point_jitter_pass_test.cc125 Output tanh = ops::Tanh(root.WithOpName("tanh"), sigmoid); in TEST() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java892 public Complex tanh() { in tanh() method in Complex
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h325 tanh() const in tanh() function
/external/ComputeLibrary/src/core/NEON/
DNEMath.inl200 float32x4_t tanh = vmulq_f32(num, vinvq_f32(den)); local
454 const float16x8_t tanh = vmulq_f16(num, vinvq_f16(den)); local
/external/rust/crates/num-traits/src/
Dfloat.rs1744 fn tanh(self) -> Self; in tanh() method
2093 fn tanh(self) -> Self { in tanh() method
2228 fn tanh(self) -> Self { in tanh() method
Dreal.rs736 fn tanh(self) -> Self; in tanh() method
/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion_test.cc104 HloInstruction* tanh = root->mutable_operand(1); in TEST_F() local
Dlayout_assignment_test.cc360 auto tanh = builder.AddInstruction( in TEST_F() local
402 auto tanh = builder.AddInstruction( in TEST_F() local
483 auto tanh = builder.AddInstruction( in TEST_F() local
Dhlo_rematerialization_test.cc278 auto tanh = builder.AddInstruction( in TEST_F() local
/external/icu/icu4c/source/common/
Dlstmbe.cpp262 inline Array1D& tanh() { in tanh() function in Array1D
267 inline Array1D& tanh(const Array1D& a) { in tanh() function in Array1D
/external/clang/lib/Headers/
D__clang_cuda_cmath.h144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
/external/libcxx/include/
Dmath.h1055 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return ::tanhf(_… in tanh() function
1056 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(_… in tanh() function
1062 tanh(_A1 __lcpp_x) _NOEXCEPT {return ::tanh((double)__lcpp_x);} in tanh() function
/external/musl/include/
Dtgmath.h266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py108 tanh = _unary_op(math_ops.tanh) variable
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp55 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp57 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h122 tanh() const { in tanh() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1516 static expr tanh(float arg) { return expr(std::tanh(arg)); } in tanh() function
2478 inline expr tanh(half arg) { return functions::tanh(arg); } in tanh() function
2479 inline expr tanh(expr arg) { return functions::tanh(arg); } in tanh() function
/external/armnn/third-party/half/
Dhalf.hpp1516 static expr tanh(float arg) { return expr(std::tanh(arg)); } in tanh() function
2478 inline expr tanh(half arg) { return functions::tanh(arg); } in tanh() function
2479 inline expr tanh(expr arg) { return functions::tanh(arg); } in tanh() function
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_relu_op.cc987 T tanh = (static_cast<T*>(user_i))[0]; in Compute_Scalar() local

12