Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dactivations.py167 def tanh(x): function
Dbackend.py4056 def tanh(x): function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h290 tanh() const in tanh() function
/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/tensorflow/tensorflow/compiler/xla/service/
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
Dinstruction_fusion_test.cc104 HloInstruction* tanh = root->mutable_operand(1); in TEST_F() local
Dhlo_rematerialization_test.cc356 auto tanh = builder.AddInstruction( in TEST_F() local
Dhlo_evaluator_typed_visitor.h493 Status HandleTanh(HloInstruction* tanh) override { in HandleTanh()
Dbuffer_assignment_test.cc972 auto tanh = builder.AddInstruction( in TEST_F() local
/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.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/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py101 tanh = _unary_op(math_ops.tanh) variable
/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.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/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.cc916 T tanh = (e1 - e2) / (e1 + e2); in Compute_Scalar() local
/external/v8/src/base/
Dieee754.cc2709 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/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc744 string tanh; member
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1664 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1664 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore