/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 198 VECTORIZE_VEC(tanh) argument
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
D | activations.py | 96 def tanh(x): function
|
D | backend.py | 3434 def tanh(x): function
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 290 tanh() const in tanh() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment_test.cc | 331 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
|
D | hlo_rematerialization_test.cc | 349 auto tanh = builder.AddInstruction( in TEST_F() local
|
D | buffer_assignment_test.cc | 809 auto tanh = builder.AddInstruction( in TEST_F() local
|
D | hlo_evaluator.cc | 519 Status HandleTanh(HloInstruction* tanh) override { in HandleTanh()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 892 public Complex tanh() { in tanh() method in Complex
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 75 tanh = _core.tanh variable
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 419 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tanh(const half& a) { in tanh() function
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
|
D | tgmath.h | 409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
D | math.h | 1035 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/ |
D | TensorBase.h | 120 tanh() const { in tanh() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 54 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 56 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 1124 tanh = define_unary_op('tanh', math_ops.tanh) variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_relu_op.cc | 828 T tanh = (e1 - e2) / (e1 + e2); in Compute_Scalar() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 2308 def tanh(x, name=None): function
|
/external/v8/src/base/ |
D | ieee754.cc | 2708 double tanh(double x) { in tanh() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 448 public static double tanh(double x) { in tanh() method in FastMath
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1571 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore
|