Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc87 static Status EnsureOperandIsRealFp(absl::string_view op_name, XlaOp operand) { in EnsureOperandIsRealFp() function
102 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsPosInf", operand)); in IsPosInf()
113 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNegInf", operand)); in IsNegInf()
124 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsInf", operand)); in IsInf()
132 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNan", operand)); in IsNan()
140 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNegZero", operand)); in IsNegZero()
281 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Erfc", x)); in Erfc()
322 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Erf", x)); in Erf()
477 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("ErfInv", x)); in ErfInv()
607 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Lgamma", input)); in Lgamma()
[all …]