Searched refs:EnsureOperandIsRealFp (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 55 static Status EnsureOperandIsRealFp(absl::string_view op_name, XlaOp operand) { in EnsureOperandIsRealFp() function 70 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsPosInf", operand)); in IsPosInf() 81 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNegInf", operand)); in IsNegInf() 92 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsInf", operand)); in IsInf() 100 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNan", operand)); in IsNan() 108 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("IsNegZero", operand)); in IsNegZero() 208 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Erfc", x)); in Erfc() 226 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Erf", x)); in Erf() 410 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Lgamma", input)); in Lgamma() 484 TF_RETURN_IF_ERROR(EnsureOperandIsRealFp("Digamma", input)); in Digamma() [all …]
|