Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc174 static XlaOp ErfcImpl32(XlaOp x) { in ErfcImpl32() function
293 return Select(Gt(Abs(x), ScalarLike(x, 1)), ErfcImpl32(x), in Erfc()