Home | History | Annotate | Download | only in kernel_tests

Lines Matching refs:vectorize

238                       np.vectorize(
241 self._compareBoth(x, np.vectorize(math.erf), math_ops.erf)
242 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
250 self._compareBothSparse(x, np.vectorize(math.erf), math_ops.erf)
280 # Can't use vectorize below, so just use some arbitrary function
327 np.vectorize(
330 self._compareBoth(x, np.vectorize(math.erf), math_ops.erf)
331 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
343 self._compareBothSparse(x, np.vectorize(math.erf), math_ops.erf)
367 np.vectorize(
370 self._compareBoth(x, np.vectorize(math.erf), math_ops.erf)
371 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
379 self._compareBothSparse(x, np.vectorize(math.erf), math_ops.erf, tol=1e-3)