Home
last modified time | relevance | path

Searched refs:ErfcImpl64 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc218 static XlaOp ErfcImpl64(XlaOp x) { in ErfcImpl64() function
287 return Select(Gt(Abs(x), ScalarLike(x, 1)), ErfcImpl64(x), in Erfc()
329 ScalarLike(x, 1) - ErfcImpl64(x)); in Erf()