Searched refs:arctanh (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_atanh_op.py | 45 expect = np.arctanh(np_array)
|
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 56 … arctanh, arctan2, cov, multi_dot, nanmax, nanmin, argmax, argmin, searchsorted,
|
D | math_ops.py | 3745 def arctanh(x, dtype=None): function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 468 Float4 arctanh(RValue<Float4> x, bool pp) in arctanh() function 1704 dst.x = arctanh(src.x, pp); in atanh() 1705 dst.y = arctanh(src.y, pp); in atanh() 1706 dst.z = arctanh(src.z, pp); in atanh() 1707 dst.w = arctanh(src.w, pp); in atanh()
|
D | ShaderCore.hpp | 81 Float4 arctanh(RValue<Float4> x, bool pp = false); // Limited to ]-1, 1[ range
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 208 Float4 arctanh(RValue<Float4> x, bool pp = false); // Limited to ]-1, 1[ range
|
D | ShaderCore.cpp | 452 Float4 arctanh(RValue<Float4> x, bool pp) in arctanh() function
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1682 return mnp.arctanh(x) 1686 return onp.arctanh(x)
|