Searched refs:arccos (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_acos_op.py | 30 output_np = np.arccos(x_np) 39 output_np = np.arccos(x_np)
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_acos_op.py | 45 expect = np.arccos(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 | 3535 def arccos(x, dtype=None): function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 343 Float4 arccos(RValue<Float4> x, bool pp) in arccos() function 1632 dst.x = arccos(src.x, pp); in acos() 1633 dst.y = arccos(src.y, pp); in acos() 1634 dst.z = arccos(src.z, pp); in acos() 1635 dst.w = arccos(src.w, pp); in acos()
|
D | ShaderCore.hpp | 72 Float4 arccos(RValue<Float4> x, bool pp = false);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 199 Float4 arccos(RValue<Float4> x, bool pp = false);
|
D | ShaderCore.cpp | 327 Float4 arccos(RValue<Float4> x, bool pp) in arccos() function
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1537 return mnp.arccos(x) 1541 return onp.arccos(x)
|