Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc759 llvm::Value* a_is_inf = FCmpOEQ(abs_a, inf); in EmitComplexUnaryOp() local
768 b_->CreateAnd(sin_2b_is_nan, b_->CreateNot(a_is_inf)); in EmitComplexUnaryOp()
770 b_->CreateOr(b_is_zero, b_->CreateAnd(a_is_inf, sin_2b_is_nan)); in EmitComplexUnaryOp()