Searched defs:IsInf (Results 1 – 7 of 7) sorted by relevance
402 inline bool IsInf(float value) { return std::isinf(value); } in IsInf() function404 inline bool IsInf(double value) { return std::isinf(value); } in IsInf() function406 inline bool IsInf(Float16 value) { in IsInf() function
222 bool IsInf(NativeT val) { in IsInf() function
991 struct IsInf { struct992 bool operator()(bfloat16 a) { return std::isinf(static_cast<float>(a)); } in operator ()()
121 XlaOp IsInf(XlaOp operand) { in IsInf() function
873 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local936 Value *IsInf = in EmitBuiltinExpr() local
4306 RValue<Int4> IsInf(RValue<Float4> x) in IsInf() function
14371 func IsInf(scope *Scope, x tf.Output) (y tf.Output) { func