Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl198 VECTORIZE_VEC(tanh) argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dactivations.py96 def tanh(x): function
Dbackend.py3434 def tanh(x): function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h290 tanh() const in tanh() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc331 auto tanh = builder.AddInstruction( in TEST_F() local
374 auto tanh = builder.AddInstruction( in TEST_F() local
455 auto tanh = builder.AddInstruction( in TEST_F() local
Dhlo_rematerialization_test.cc349 auto tanh = builder.AddInstruction( in TEST_F() local
Dbuffer_assignment_test.cc809 auto tanh = builder.AddInstruction( in TEST_F() local
Dhlo_evaluator.cc519 Status HandleTanh(HloInstruction* tanh) override { in HandleTanh()
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java892 public Complex tanh() { in tanh() method in Complex
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py75 tanh = _core.tanh variable
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h419 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tanh(const half& a) { in tanh() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
Dtgmath.h409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h1035 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return ::tanhf(_… in tanh() function
1036 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(_… in tanh() function
1042 tanh(_A1 __lcpp_x) _NOEXCEPT {return ::tanh((double)__lcpp_x);} in tanh() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h120 tanh() const { in tanh() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp54 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp56 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1124 tanh = define_unary_op('tanh', math_ops.tanh) variable
/external/tensorflow/tensorflow/core/kernels/
Dmkl_relu_op.cc828 T tanh = (e1 - e2) / (e1 + e2); in Compute_Scalar() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py2308 def tanh(x, name=None): function
/external/v8/src/base/
Dieee754.cc2708 double tanh(double x) { in tanh() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java448 public static double tanh(double x) { in tanh() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1571 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore