Searched refs:arccosh (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_acosh_op.py | 31 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/ |
D | test_acosh_op.py | 45 expect = np.arccosh(np_array)
|
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 55 sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh,
|
D | math_ops.py | 3716 def arccosh(x, dtype=None): function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 458 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()
|
D | ShaderCore.hpp | 79 Float4 arccosh(RValue<Float4> x, bool pp = false); // Limited to x >= 1
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 206 Float4 arccosh(RValue<Float4> x, bool pp = false); // Limited to x >= 1
|
D | ShaderCore.cpp | 442 Float4 arccosh(RValue<Float4> x, bool pp) in arccosh() function
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1661 return mnp.arccosh(x) 1665 return onp.arccosh(x)
|