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

  /external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py 105 def _rsqrt(self, x): member in class:MathBuiltinUnaryTest
125 self._compare(data, self._rsqrt, math_ops.rsqrt, use_gpu)
cwise_ops_test.py 181 def _rsqrt(self, x): member in class:UnaryOpTest
217 self._compareBoth(z, self._rsqrt, math_ops.rsqrt)
267 self._compareBoth(x, self._rsqrt, math_ops.rsqrt)
311 self._compareBoth(z, self._rsqrt, math_ops.rsqrt)
356 self._compareBoth(z, self._rsqrt, math_ops.rsqrt)
420 self._compareCpu(y, self._rsqrt, math_ops.rsqrt)
464 self._compareCpu(y, self._rsqrt, math_ops.rsqrt)
    [all...]

Completed in 69 milliseconds