Home
last modified time | relevance | path

Searched refs:arccosh (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_acosh_op.py31 output_np = np.arccosh(x_np)
40 output_np = np.arccosh(x_np.astype(np.float32)).astype(np.float16)
/third_party/mindspore/tests/st/ops/cpu/
Dtest_acosh_op.py45 expect = np.arccosh(np_array)
/third_party/mindspore/mindspore/numpy/
D__init__.py55 sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh,
Dmath_ops.py3716 def arccosh(x, dtype=None): function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp458 Float4 arccosh(RValue<Float4> x, bool pp) in arccosh() function
1688 dst.x = arccosh(src.x, pp); in acosh()
1689 dst.y = arccosh(src.y, pp); in acosh()
1690 dst.z = arccosh(src.z, pp); in acosh()
1691 dst.w = arccosh(src.w, pp); in acosh()
DShaderCore.hpp79 Float4 arccosh(RValue<Float4> x, bool pp = false); // Limited to x >= 1
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp206 Float4 arccosh(RValue<Float4> x, bool pp = false); // Limited to x >= 1
DShaderCore.cpp442 Float4 arccosh(RValue<Float4> x, bool pp) in arccosh() function
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py1661 return mnp.arccosh(x)
1665 return onp.arccosh(x)