Searched refs:DoWithUpcastToF32 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 33 static XlaOp DoWithUpcastToF32(XlaOp operand, in DoWithUpcastToF32() function 216 return DoWithUpcastToF32(x, {BF16}, [](XlaOp x) { in Erfc() 233 return DoWithUpcastToF32(x, {BF16}, [](XlaOp x) { in Erf() 414 return DoWithUpcastToF32(input, {BF16, F16}, do_it); in Lgamma() 485 return DoWithUpcastToF32(input, {BF16, F16}, do_it); in Digamma()
|