HomeSort by relevance Sort by last modified time
    Searched refs:arccosh (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py 115 self._compare(data_gt_1, np.arccosh, math_ops.acosh, use_gpu)
cwise_ops_test.py 226 self._compareBoth(w, np.arccosh, math_ops.acosh)
320 self._compareBoth(w, np.arccosh, math_ops.acosh)
433 self._compareCpu(y, np.arccosh, math_ops.acosh, grad_rtol=1e-2)
473 self._compareCpu(y, np.arccosh, math_ops.acosh)
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 445 Float4 arccosh(RValue<Float4> x, bool pp) function in namespace:sw
    [all...]
ShaderCore.hpp 76 Float4 arccosh(RValue<Float4> x, bool pp = false); // Limited to x >= 1
  /external/tensorflow/tensorflow/compiler/tests/
unary_ops_test.py 386 expected=np.arccosh(

Completed in 594 milliseconds