Searched refs:arctanh (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_unary_test.py | 212 self._compareBoth(k, np.arctanh, math_ops.atanh) 320 self._compareBoth(k, np.arctanh, math_ops.atanh) 449 self._compareCpu(y, np.arctanh, math_ops.atanh) 489 self._compareCpu(y, np.arctanh, math_ops.atanh)
|
D | basic_gpu_test.py | 132 self._compare(data, np.arctanh, math_ops.atanh, use_gpu)
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 454 Float4 arctanh(RValue<Float4> x, bool pp) in arctanh() function 1690 dst.x = arctanh(src.x, pp); in atanh() 1691 dst.y = arctanh(src.y, pp); in atanh() 1692 dst.z = arctanh(src.z, pp); in atanh() 1693 dst.w = arctanh(src.w, pp); in atanh()
|
D | ShaderCore.hpp | 80 Float4 arctanh(RValue<Float4> x, bool pp = false); // Limited to ]-1, 1[ range
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 454 Float4 arctanh(RValue<Float4> x, bool pp) in arctanh() function 1690 dst.x = arctanh(src.x, pp); in atanh() 1691 dst.y = arctanh(src.y, pp); in atanh() 1692 dst.z = arctanh(src.z, pp); in atanh() 1693 dst.w = arctanh(src.w, pp); in atanh()
|
D | ShaderCore.hpp | 80 Float4 arctanh(RValue<Float4> x, bool pp = false); // Limited to ]-1, 1[ range
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | unary_ops_test.py | 584 expected=np.arctanh(
|